ImapMessageInfo
Contents
[
Hide
]ImapMessageInfo class
Inherits: Aspose::Email::Clients::MessageInfoBase
Represents a Imap message object.
Constructors
| Name | Description |
|---|---|
| ImapMessageInfo | Initializes a new instance of the ImapMessageInfo class. |
Methods
| Name | Description |
|---|---|
| ContainsKeyword | Gets a value indicating whether Flags property contains the Keyword flag. |
| get_Answered | Gets a value indicating whether Flags property contains the Answered flag. |
| get_ConversationId | Gets a value indicating conversation id. |
| get_Deleted | Gets a value indicating whether Flags property contains the Deleted flag. |
| get_Draft | Gets a value indicating whether Flags property contains the Draft flag. |
| get_ExtraParameters | Gets extra parameters of a message. |
| get_Flagged | Gets a value indicating whether Flags property contains the Flagged flag. |
| get_Flags | Gets the message flags. |
| 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 Flags property contains the Read flag. |
| get_ModificationSequence | Gets the modification sequence of this message. See more: https://tools.ietf.org/html/rfc7162 |
| get_ParentFolder | Gets parent folder for message |
| get_Recent | Gets a value indicating whether Flags property contains the Recent flag. |
| get_SequenceNumber | Gets the message sequence number. |
| get_UniqueId | Gets the message unique ID. |
| set_ConversationId | Gets a value indicating conversation id. |
| set_Flags | Gets the message flags. |
| 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 Flags property contains the Read flag. |
| set_ModificationSequence | Gets the modification sequence of this message. See more: https://tools.ietf.org/html/rfc7162 |
| set_ParentFolder | Gets parent folder for message |
| ToString | Returns a string that represents the current object. |
| Aspose::Email::Clients::Imap::Commands::FetchMessageInfoCollectionCommand | |
| Aspose::Email::Clients::Imap::Commands::ListMessagesGrCommand | |
| Aspose::Email::Clients::Imap::Commands::ThreadGrCommand | |
| uid |