|
enum | AttachmentPermissionType {
AttachmentPermissionType::None = 0,
AttachmentPermissionType::RecipientsCanView = 1,
AttachmentPermissionType::RecipientsCanEdit = 2,
AttachmentPermissionType::AnyoneCanView = 3,
AttachmentPermissionType::AnyoneCanEdit = 4,
AttachmentPermissionType::OrganizationCanView = 5,
AttachmentPermissionType::OrganizationCanEdit = 6
} |
| The permission type data associated with a web reference attachment. More...
|
|
enum | AttachmentProviderType { AttachmentProviderType::OneDrivePro,
AttachmentProviderType::OneDriveConsumer
} |
| The type of web service manipulating the attachment. More...
|
|
enum | ContactFieldsSet {
ContactFieldsSet::None = 0,
ContactFieldsSet::NameInfo = 1,
ContactFieldsSet::PersonalInfo = 2,
ContactFieldsSet::ProfessionalInfo = 4,
ContactFieldsSet::PhysicalAddresses = 8,
ContactFieldsSet::Telephones = 0x10,
ContactFieldsSet::ElectronicAddresses = 0x20,
ContactFieldsSet::Events = 0x40,
ContactFieldsSet::OtherFields = 0x80,
ContactFieldsSet::AllExisting = 0x100
} |
| Enumerates the groups of Contact fields that will be included in resultant mhtml file. More...
|
|
enum | DeliveryNotificationOptions {
DeliveryNotificationOptions::None = 0,
DeliveryNotificationOptions::OnSuccess = 1,
DeliveryNotificationOptions::OnFailure = 2,
DeliveryNotificationOptions::Delay = 4,
DeliveryNotificationOptions::Never = 0x08000000
} |
| Specifies delivery notifications. More...
|
|
enum | EmlValidationErrorType { EmlValidationErrorType::MessageStructureError,
EmlValidationErrorType::EmailAddressError,
EmlValidationErrorType::TransferEncodingError
} |
| Enumerates the types of the eml validation errors. More...
|
|
enum | FileCompatibilityMode { FileCompatibilityMode::None = 0,
FileCompatibilityMode::AllowCROnly = 1,
FileCompatibilityMode::PreserveTnefAttachments = 2
} |
| Defines inner conversions, that are necessarily to be done when loading or saving a message. By default CR is not replaces by CRLF, Tnef-attachment is not saved. More...
|
|
enum | HtmlFormatOptions {
HtmlFormatOptions::None = 0,
HtmlFormatOptions::WriteHeader = 1,
HtmlFormatOptions::WriteCompleteEmailAddress = 2,
HtmlFormatOptions::WriteCompleteToEmailAddress = 4,
HtmlFormatOptions::WriteCompleteFromEmailAddress = 8,
HtmlFormatOptions::WriteCompleteCcEmailAddress = 0x10,
HtmlFormatOptions::WriteCompleteBccEmailAddress = 0x20,
HtmlFormatOptions::DisplayAsOutlook = 0x40,
HtmlFormatOptions::RenderCalendarEvent = 0x80,
HtmlFormatOptions::RenderVCardInfo = 0x100,
HtmlFormatOptions::RenderTaskFields = 0x200
} |
| Enumerates the Html format options. More...
|
|
enum | MailPriority { MailPriority::Normal = 0,
MailPriority::Low = 1,
MailPriority::High = 2
} |
| Represents the mail priopity More...
|
|
enum | MailSensitivity {
MailSensitivity::None,
MailSensitivity::Normal,
MailSensitivity::Personal,
MailSensitivity::Private,
MailSensitivity::CompanyConfidential
} |
| Specifies the sensitivity of a MailMessage. More...
|
|
enum | MhtFormatOptions {
MhtFormatOptions::None = 0,
MhtFormatOptions::WriteHeader = 1,
MhtFormatOptions::WriteOutlineAttachments = 2,
MhtFormatOptions::WriteCompleteEmailAddress = 4,
MhtFormatOptions::NoEncodeCharacters = 8,
MhtFormatOptions::HideExtraPrintHeader = 0x10,
MhtFormatOptions::WriteCompleteToEmailAddress = 0x20,
MhtFormatOptions::WriteCompleteFromEmailAddress = 0x40,
MhtFormatOptions::WriteCompleteCcEmailAddress = 0x80,
MhtFormatOptions::WriteCompleteBccEmailAddress = 0x100,
MhtFormatOptions::RenderCalendarEvent = 0x200,
MhtFormatOptions::SkipByteOrderMarkInBody = 0x400,
MhtFormatOptions::RenderVCardInfo = 0x800,
MhtFormatOptions::DisplayAsOutlook = 0x1000,
MhtFormatOptions::RenderTaskFields = 0x2000
} |
| Enumerates the Mht format options More...
|
|
enum | ParticipationStatus {
ParticipationStatus::NeedsAction,
ParticipationStatus::Accepted,
ParticipationStatus::Declined,
ParticipationStatus::Tentative,
ParticipationStatus::Delegated
} |
| Identifies the participation status for the calendar user. More...
|
|
enum | ProgressEventType { ProgressEventType::MimeStructureCreated,
ProgressEventType::MimePartSaved,
ProgressEventType::SavedToStream
} |
| Type of progress event that occured. More...
|
|
enum | ResourceRenderingMode { ResourceRenderingMode::None,
ResourceRenderingMode::EmbedIntoHtml,
ResourceRenderingMode::SaveToFile,
ResourceRenderingMode::SubstituteFromFile
} |
| Provides set various modes of rendering resources in html. More...
|
|
enum | FileFormatType {
FileFormatType::Unknown,
FileFormatType::Msg,
FileFormatType::Eml,
FileFormatType::Mht,
FileFormatType::Emlx,
FileFormatType::Ics,
FileFormatType::Vcf,
FileFormatType::Ost,
FileFormatType::Pst,
FileFormatType::Tnef,
FileFormatType::Mbox,
FileFormatType::Oft,
FileFormatType::Olm,
FileFormatType::Tgz,
FileFormatType::Nsf
} |
| Enumerates file format types. More...
|
|