|
| 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 = static_cast<int32_t>(0x10),
ContactFieldsSet::ElectronicAddresses = static_cast<int32_t>(0x20),
ContactFieldsSet::Events = static_cast<int32_t>(0x40),
ContactFieldsSet::OtherFields = static_cast<int32_t>(0x80),
ContactFieldsSet::AllExisting = static_cast<int32_t>(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 = static_cast<int32_t>(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 = static_cast<int32_t>(0x10),
HtmlFormatOptions::WriteCompleteBccEmailAddress = static_cast<int32_t>(0x20),
HtmlFormatOptions::DisplayAsOutlook = static_cast<int32_t>(0x40),
HtmlFormatOptions::RenderCalendarEvent = static_cast<int32_t>(0x80),
HtmlFormatOptions::RenderVCardInfo = static_cast<int32_t>(0x100),
HtmlFormatOptions::RenderTaskFields = static_cast<int32_t>(0x200),
HtmlFormatOptions::PrintFormat = static_cast<int32_t>(0x400)
} |
| | 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 = static_cast<int32_t>(0x10),
MhtFormatOptions::WriteCompleteToEmailAddress = static_cast<int32_t>(0x20),
MhtFormatOptions::WriteCompleteFromEmailAddress = static_cast<int32_t>(0x40),
MhtFormatOptions::WriteCompleteCcEmailAddress = static_cast<int32_t>(0x80),
MhtFormatOptions::WriteCompleteBccEmailAddress = static_cast<int32_t>(0x100),
MhtFormatOptions::RenderCalendarEvent = static_cast<int32_t>(0x200),
MhtFormatOptions::SkipByteOrderMarkInBody = static_cast<int32_t>(0x400),
MhtFormatOptions::RenderVCardInfo = static_cast<int32_t>(0x800),
MhtFormatOptions::DisplayAsOutlook = static_cast<int32_t>(0x1000),
MhtFormatOptions::RenderTaskFields = static_cast<int32_t>(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...
|
| |