AttachFile¶
Attaches the specified file as an attachment to the message.
1 | |
Parameters¶
( string | FileInfo ) file
The ID or FileInfo object representing the file to attach.
Returns¶
The current message instance.
Attaches the specified file as an attachment to the message.
1 | |
( string | FileInfo ) file
The ID or FileInfo object representing the file to attach.
The current message instance.