Message.AttachString

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.

Copyright © 2010 - 2023 Emakin. All rights reserved.