AttachString¶
Attaches the given string as a plain text attachment to the message.
myMessage.AttachString(fileName: string, mimeType: string, content: string):Message (Message)
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.