ClientMessageSendFileRequest

Contents
[ ]

Request model for EmailCloud.Client.Message.SendFile method.

Properties:

Name Type Description Notes
account string Email account
file System.IO.Stream File to send
storage string Storage name where account file located. [optional]
accountStorageFolder string Folder in storage where account file located. [optional]
format string Email file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft [optional] [default to 0]

Example