Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Overview

Attaches given string as plain text attachment to the message.

Message myMessage.AttachString(fileName: string, mimeType: string, content: string)

Arguments

string fileName
File name of attachment.
string mimeType
Mime type of attachment.
string content
Text content of attachment.

Returns

Instance of current message.
  • No labels