Dart.Mail Namespace : PopMessage Class |
The following tables list the members exposed by PopMessage.
Name | Description | |
---|---|---|
![]() | BodyLines | Gets the number of body lines specified when Get(Int32) was used. 0 indicates only headers were requested. -1 indicates the Message is complete. |
![]() | Deleted | Gets or sets a value indicating whether the message is marked for deletion. |
![]() | Id | Returns the Id of the message. (Inherited from Dart.Mail.MessageBase) |
![]() | Info | Gets the PopMessageInfo enumeration that indicates the state of the Message. |
![]() | Message | Used for referencing the downloaded MailMessage. (Inherited from Dart.Mail.MessageBase) |
![]() | 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 | |
---|---|---|
![]() | Get | Overloaded. Gets the message from the server, decodes it, and saves it to Message. |