API Reference
Class
EmailWriteResult
Result of email artifact serialization.
Inheritance
- Object
- EmailWriteResult
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
- Method EmailDocument.Save
- Method EmailDocument.Save
- Method EmailDocument.Save
- Method EmailDocument.SaveAsync
- Method EmailDocument.SaveAsync
- Method EmailDocument.SaveAsync
- Method EmailDocumentWriter.Write
- Method EmailDocumentWriter.Write
- Method EmailDocumentWriter.WriteAsync
- Method EmailDocumentWriter.WriteAsync
- Method EmailMailbox.Save
- Method EmailMailbox.Save
- Method EmailMailbox.SaveAsync
- Method EmailMailbox.SaveAsync
- Method EmailMailboxWriter.Write
- Method EmailMailboxWriter.Write
- Method EmailMailboxWriter.WriteAsync
- Method EmailMailboxWriter.WriteAsync
- Method EmailMailboxWriter.WriteEntries
- Method EmailStoreEmlxWriter.Write
- Method EmailStoreEmlxWriter.Write
- Method EmailStoreEmlxWriter.WriteAsync
- Method EmailStoreEmlxWriter.WriteAsync
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int64 BytesWritten { get; } #Number of bytes written.
public IReadOnlyList<EmailDiagnostic> Diagnostics { get; } #Structured fidelity diagnostics.
public Boolean HasErrors { get; } #True when serialization produced at least one error diagnostic.
public Boolean UsedPreservedSource { get; } #True when the original preserved bytes were emitted verbatim.