ClientMessageFetchFileRequest

Contents
[ ]

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

Properties:

Name Type Description Notes
messageId string Message identifier
account string Email account
folder string Account folder to fetch from (should be specified for some protocols such as IMAP) [optional]
storage string Storage name where account file located. [optional]
accountStorageFolder string Folder in storage where account file located. [optional]
format string Fetched message file format. Enum, available values: Eml, Msg, MsgUnicode, Mhtml, Html, Tnef, Oft [optional] [default to 0]

Example