MailMessage interface
Properties
| body | The mail body in HTML format. |
| cc | CC recipients. |
| in |
The in-reply-to header value |
| message |
The Message Id value |
| reply |
Reply To recipients. |
| subject | The mail subject. |
| to | To recipients |
Property Details
body
The mail body in HTML format.
body: string
Property Value
string
cc
inReplyTo
The in-reply-to header value
inReplyTo: string
Property Value
string
messageId
The Message Id value
messageId: string
Property Value
string
replyTo
subject
The mail subject.
subject: string
Property Value
string