Class MboxMessageInfo

MboxMessageInfo class

Represents an information about message in the MBOX storage.

public class MboxMessageInfo

Properties

NameDescription
Bcc { get; }Gets the address collection that contains BCC recipients of message
CC { get; }Gets the address collection that contains CC recipients
Date { get; }Gets the date of message
DelimiterMark { get; }Gets the message delimiter mark.
EntryId { get; }Gets the entry identifier.
From { get; }Gets the from address
Headers { get; }Gets the collection of header fields
Subject { get; }Gets the message subject.
To { get; }Gets the address collection that contains the recipients of message

See Also