The Pop3MessageInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
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.
|