EwsItemMailBeeMessage Property |
Namespace: MailBee.EwsMail
You can use this property to get MailMessage object which you can then use with other MailBee classes and which lets you access mail message properties and features in different ways.
This property is only set if entire mail messages were requested from MS Exchange server. In particular, MailMessageRawData or MailMessageFull needs to be passed to Ews.DownloadItem(FolderId, int, EwsItemParts), Ews.DownloadItem(ItemId, EwsItemParts) or any other method accepting EwsItemParts parameter.
Note |
---|
This value can only be available for mail message items (but not for appointments, contacts, etc). To get items of other types, use NativeItem property. |
You can also download an entire message directly using DownloadEntireMessage(ItemId) method.