ExchangeMessageInfo
Contents
[
Hide
]ExchangeMessageInfo class
Inherits: Aspose::Email::Clients::MessageInfoBase
The ExchangeMessageInfo represents the E-Mail message info fetched from the Exchange Store.
Constructors
| Name | Description |
|---|---|
| ExchangeMessageInfo | Initializes a new instance of the ExchangeMessageInfo class. |
Methods
| Name | Description |
|---|---|
| get_Attachments | Gets message attachments |
| get_ExtendedProperties | Gets extended properties of a message. |
| get_HasAttachments | Gets a value indicating whether the message contains at least one attachment. |
| get_InternalDate | The internal date and time of the message on the server. This is not the date and time in the [RFC-2822] header, but rather a date and time which reflects when the message was received. |
| get_IsRead | Gets a value indicating whether the message has been read |
| get_MessageClass | Gets a string representing the class for the message. The property corresponds to the PidTagMessageClass MAPI property. |
| get_MessageInfoType | Gets the type of the message |
| get_UniqueUri | Gets the unique URI of message. |
| set_HasAttachments | Gets a value indicating whether the message contains at least one attachment. |
| set_InternalDate | The internal date and time of the message on the server. This is not the date and time in the [RFC-2822] header, but rather a date and time which reflects when the message was received. |
| set_IsRead | Gets a value indicating whether the message has been read |
| set_MessageClass | Gets a string representing the class for the message. The property corresponds to the PidTagMessageClass MAPI property. |
| set_MessageInfoType | Gets the type of the message |
| set_UniqueUri | Gets the unique URI of message. |
| Aspose::Email::Clients::Exchange::Dav::ExchangeClient | |
| Aspose::Email::Clients::Exchange::Dav::ExchangeDavMessageInfo | |
| Aspose::Email::Clients::Exchange::WebService::EWSClient2007 | |
| Aspose::Email::Clients::Exchange::WebService::Extensions::ItemTypeExtensions | |
| Aspose::Email::Clients::Exchange::WebService::Implementation::Folders::Restore::EwsClientFolderRestore | |
| Aspose::Email::Clients::Exchange::WebService::Implementation::Messages::Fetch::EwsClientMessageFetch |