API Reference
Class
EmailMailboxEntry
One message and its mbox envelope metadata.
Inheritance
- Object
- EmailMailboxEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailMailbox.Messages
- Property EmailMailboxEntryReadResult.Entry
Accepted by parameters
Constructors
public EmailMailboxEntry(EmailDocument document) #Creates a mailbox entry.
Parameters
- document OfficeIMO.Email.EmailDocument
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailDocument Document { get; } #Parsed email document.
public String EnvelopeSender { get; set; } #Envelope sender from the separator line.
public Nullable<DateTimeOffset> EnvelopeDate { get; set; } #Envelope timestamp when parseable.
public String RawFromLine { get; set; } #Original separator line without its line ending; a safe ASCII value is preserved on write.