Skip to content

AttachString

Attaches the given string as a plain text attachment to the message.

1
myMessage.AttachString(fileName: string, mimeType: string, content: string):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.

See Also