emailengine-client
Version:
A TypeScript client for the EmailEngine API
10 lines • 345 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MessageReference = void 0;
/**
* Message reference for a reply or a forward. This is EmailEngine specific ID, not Message-ID header value.
*/
class MessageReference {
}
exports.MessageReference = MessageReference;
//# sourceMappingURL=MessageReference.js.map