The Pop3MessageInfo type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
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.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCC
Gets the list of addresses of others who are to receive the message.
Public propertySupported by the .NET Compact FrameworkDate
Gets the origination date of this message.
Public propertySupported by the .NET Compact FrameworkFrom
Gets the list of authors of this message.
Public propertySupported by the .NET Compact FrameworkHeaders
Gets the list of headers of this entity.
Public propertySupported by the .NET Compact FrameworkHeadersParsed
Gets the value indicating whether the message headers were parsed.
Public propertySupported by the .NET Compact FrameworkHeadersParsingError
Gets an error that occurred during message headers parsing.
Public propertySupported by the .NET Compact FrameworkInReplyTo
Gets the list of identifiers of messages to which the message is a reply.
Public propertySupported by the .NET Compact FrameworkLength
Gets the length of the message.
Public propertySupported by the .NET Compact FrameworkMessageId
Gets the unique identifier of the message.
Public propertySupported by the .NET Compact FrameworkReceivedDate
Gets the received date of this message.
Public propertySupported by the .NET Compact FrameworkReplyTo
Gets the list of addresses that should receive replies to this message.
Public propertySupported by the .NET Compact FrameworkSender
Gets the sender of this message. May be null.
Public propertySupported by the .NET Compact FrameworkSequenceNumber
Gets the message sequence number.
Public propertySupported by the .NET Compact FrameworkSubject
Gets the subject of the message.
Public propertySupported by the .NET Compact FrameworkTo
Gets the list of addresses of primary recipients of the message.
Public propertySupported by the .NET Compact FrameworkUniqueId
Gets the unique ID of the message.

See Also