API Reference
Class
EmailMailboxWriterOptions
Immutable deterministic mbox writer policy.
Inheritance
- Object
- EmailMailboxWriterOptions
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 EmailMailboxWriter.Options
- Property EmailMailboxWriterOptions.Default
- Property EmailStoreMboxExportOptions.WriterOptions
Accepted by parameters
- Method EmailMailbox.Save
- Method EmailMailbox.Save
- Method EmailMailbox.SaveAsync
- Method EmailMailbox.SaveAsync
- Method EmailMailbox.ToBytes
- Method EmailMailbox.ToStream
- Constructor EmailMailboxWriter.EmailMailboxWriter
- Constructor EmailStoreMboxExportOptions.EmailStoreMboxExportOptions
Constructors
public EmailMailboxWriterOptions(EmailWriterOptions messageOptions = null, MboxVariant variant = Mboxrd) #Creates mailbox writer options.
Parameters
- messageOptions OfficeIMO.Email.EmailWriterOptions = null
- variant OfficeIMO.Email.MboxVariant = Mboxrd
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object