The Pop3MessageInfo type exposes the following members.

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