Pop3MessageInfo Class
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9147)
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. |
Headers |
Gets the value indicating whether the message headers were parsed. |
Headers |
Gets an error that occurred during message headers parsing. |
In |
Gets the list of identifiers of messages to which the message is a reply. |
Length | Gets the length of the message. |
Message |
Gets the unique identifier of the message. |
Received |
Gets the received date of this message. |
Reply |
Gets the list of addresses that should receive replies to this message. |
Sender | Gets the sender of this message. May be null. |
Sequence |
Gets the message sequence number. |
Subject | Gets the subject of the message. |
To | Gets the list of addresses of primary recipients of the message. |
Unique |
Gets the unique ID of the message. |