Pop3MessageInfo

Pop3MessageInfo class

The Pop3MessageInfo represents the E-Mail message info fetched from the Pop3 server.

The Pop3MessageInfo type exposes the following members:

Properties

NameDescription
headersGets the Headers of the E-Mail message.
subjectGets the Subject of the E-Mail message.
message_idGets the message ID.
toGets the receiptants of the E-Mail message.
ccGets CC of the E-Mail message.
bccGets blind carbon copy of the E-Mail message.
reply_toGets the list of addresses that should receive replies to this message.
from_addressGets the list of authors of this message.
senderGets the sender of this message.
sizeGets the size of the E-Mail message.
dateThe origination date specifies the date and time at which the creator of the message indicated
that the message was complete and ready to enter the mail delivery system.
For instance, this might be the time that a user pushes the “send” or “submit” button in an application program.
In any case, it is specifically not intended to convey the time that the message is actually transported,
but rather the time at which the human or other creator of the message has put the message into its final form,
ready for transport.
(For example, a portable computer user who is not connected to a network might queue a message for delivery.
The origination date is intended to contain the date and time that the user queued the message,
not the time when the user connected to the network to send the message.)
list_unsubscribeThe List-Unsubscribe field describes the command (preferably using mail) to directly unsubscribe the user(removing them from the list).
For more details please see https://tools.ietf.org/html/rfc2369
propertiesGets a mapi properties.
sequence_numberGets the Sequence Number of the E-Mail message.
unique_idGets the Unique Id of the E-Mail message.

See Also