API Reference
Class
EmailMailboxEntryReadResult
One streamed mbox entry together with message-scoped diagnostics and source byte count.
Inheritance
- Object
- EmailMailboxEntryReadResult
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailMailboxEntry Entry { get; } #Parsed mailbox entry.
public IReadOnlyList<EmailDiagnostic> Diagnostics { get; } #Diagnostics produced while reading this message.
public Int64 BytesRead { get; } #Envelope and message bytes consumed for this entry.
public Boolean HasErrors { get; } #True when this message produced at least one error diagnostic.