Skip to content

Attach

Attaches given content as attachment to the message.

1
myMessage.Attach(fileName: string, mimeType: string, content: string):Message

Parameters

string fileName
    File name of attachment.

string mimeType
    Mime type of attachment.

string content
    Content of attachment in base64 encoding.

Returns

Instance of current message.

See Also