Skip to content

AttachFile

Attaches given file as attachment to the message.

1
myMessage.AttachFile(file: ( string | FileInfo )):Message

Parameters

( string | FileInfo ) file
    Id or FileInfo of file to attach.

Returns

Instance of current message.

See Also