MboxMessageInfo

MboxMessageInfo class

Represents an information
about message in the MBOX storage.

The MboxMessageInfo type exposes the following members:

Properties

NameDescription
headersGets the collection of header fields
delimiter_markGets the message delimiter mark.
entry_idGets the entry identifier.
dateGets the date of message
from_addressGets the from address
subjectGets the message subject.
toGets the address collection that contains
the recipients of message
ccGets the address collection
that contains CC recipients
bccGets the address collection
that contains BCC recipients of message

See Also