UNPKG

813 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.Message = void 0;
4var Message = /** @class */ (function () {
5 function Message(From, Subject, HtmlBody, TextBody, To, Cc, Bcc, ReplyTo, Tag, TrackOpens, TrackLinks, Headers, Attachments, Metadata) {
6 this.From = From;
7 this.To = To;
8 this.Cc = Cc;
9 this.Bcc = Bcc;
10 this.Subject = Subject;
11 this.ReplyTo = ReplyTo;
12 this.HtmlBody = HtmlBody;
13 this.TextBody = TextBody;
14 this.Tag = Tag;
15 this.TrackOpens = TrackOpens;
16 this.TrackLinks = TrackLinks;
17 this.Headers = Headers;
18 this.Attachments = Attachments;
19 this.Metadata = Metadata;
20 }
21 return Message;
22}());
23exports.Message = Message;
24//# sourceMappingURL=Message.js.map
\No newline at end of file