Pop3MessageInfo Class
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9313)
Contains information about a single mail message on the POP3 server.
Syntax
public sealed class Pop3MessageInfo
Inherited Members
Properties
| Name | Description |
|---|---|
| CC | Gets the list of addresses of others who are to receive the message. |
| Date | Gets the origination date of this message. |
| From | Gets the list of authors of this message. |
| Headers | Gets the list of headers of this entity. |
| HeadersParsed | Gets the value indicating whether the message headers were parsed. |
| HeadersParsingError | Gets an error that occurred during message headers parsing. |
| InReplyTo | Gets the list of identifiers of messages to which the message is a reply. |
| Length | Gets the length of the message. |
| MessageId | Gets the unique identifier of the message. |
| ReceivedDate | Gets the received date of this message. |
| ReplyTo | Gets the list of addresses that should receive replies to this message. |
| Sender | Gets the sender of this message. May be null. |
| SequenceNumber | Gets the message sequence number. |
| Subject | Gets the subject of the message. |
| To | Gets the list of addresses of primary recipients of the message. |
| UniqueId | Gets the unique ID of the message. |