Dart.Mail Namespace : ImapMessage Class |
The following tables list the members exposed by ImapMessage.
Name | Description | |
---|---|---|
![]() | Answered | Returns the value of the Answered flag on the server. Use Update to modify its value. |
![]() | Date | Gets the internal date of the message. |
![]() | Deleted | Returns the value of the Delete flag on the server. Use Update to modify its value. |
![]() | Draft | Returns the value of the Draft flag on the server. Use Update to modify its value. |
![]() | Flagged | Returns the value of the Flagged flag on the server. Use Update to modify its value. |
![]() | Id | Returns the Id of the message. (Inherited from Dart.Mail.MessageBase) |
![]() | Info | Gets the ImapMessageInfo sections used by the Imap FETCH command. |
![]() | Mailbox | Gets the mailbox containing the message. |
![]() | Message | Used for referencing the downloaded MailMessage. (Inherited from Dart.Mail.MessageBase) |
![]() | Recent | Returns the value of the Recent flag on the server. |
![]() | Seen | Returns the value of the Seen flag on the server. Use Update to modify its value. |
![]() | Size | The size of the message in bytes. (Inherited from Dart.Mail.MessageBase) |
![]() | Tag | Gets or sets an object reference that can be used to associate this instance with any other object. (Inherited from Dart.Mail.MessageBase) |
![]() | Uid | Returns the unique identifier of the message. (Inherited from Dart.Mail.MessageBase) |
Name | Description | |
---|---|---|
![]() | CopyTo | Copy the message to another mailbox. |
![]() | Get | Overloaded. Gets the message. |
![]() | GetPart | Gets a single part of a message. |
![]() | Update | Updates the specified flag value on the server. |