AttachString¶
Attaches the given string as a plain text attachment to the message.
1 |
|
Parameters¶
string fileName
The file name of the attachment.
string mimeType
The MIME type of the attachment.
string content
The text content of the attachment.
Returns¶
The current message instance.