|
| enum | ContactLoadFormat { ContactLoadFormat::VCard = 0,
ContactLoadFormat::WebDav,
ContactLoadFormat::Msg
} |
| | Enumerates contact load formats More...
|
| |
| enum | FileAsMapping : int64_t {
FileAsMapping::Empty = static_cast<int64_t>(0x00000000),
FileAsMapping::DisplayName = static_cast<int64_t>(0x00003001),
FileAsMapping::FirstName = static_cast<int64_t>(0x00003A06),
FileAsMapping::LastName = static_cast<int64_t>(0x00003A11),
FileAsMapping::Organization = static_cast<int64_t>(0x00003A16),
FileAsMapping::FirstMiddleLastGen = static_cast<int64_t>(0x00008037),
FileAsMapping::LastFirstMiddle = static_cast<int64_t>(0x00008017),
FileAsMapping::LastFirstMiddle2 = static_cast<int64_t>(0x00008030),
FileAsMapping::LastFirstMiddle3 = static_cast<int64_t>(0x00008031),
FileAsMapping::OrgLastFirstMiddle = static_cast<int64_t>(0x00008018),
FileAsMapping::OrgLastFirstMiddle2 = static_cast<int64_t>(0x00008032),
FileAsMapping::OrgLastFirstMiddle3 = static_cast<int64_t>(0x00008033),
FileAsMapping::LastFirstMiddleOrg = static_cast<int64_t>(0x00008019),
FileAsMapping::LastFirstMiddleOrg2 = static_cast<int64_t>(0x00008034),
FileAsMapping::LastFirstMiddleOrg3 = static_cast<int64_t>(0x00008035),
FileAsMapping::LastFirstMiddleGen = static_cast<int64_t>(0x00008036),
FileAsMapping::LastFirstMiddleGen2 = static_cast<int64_t>(0x00008038),
FileAsMapping::BestMatch = static_cast<int64_t>(0xfffffffd),
FileAsMapping::AccordingToLocale = static_cast<int64_t>(0xfffffffe),
FileAsMapping::None = static_cast<int64_t>(0xffffffff)
} |
| | Specifies how to generate and recompute the value of the dispidFileAs property when other contact name properties change. Coincides MS-OXPROPS revision 16.2 from 7/31/2014 More...
|
| |
| enum | Gender { Gender::Unspecified = 0,
Gender::Female = 1,
Gender::Male = 2
} |
| | Enum defines gender of a person More...
|
| |
| enum | TextFormat { TextFormat::Text = 0,
TextFormat::Html
} |
| | Defines format of a text. More...
|
| |
|
| bool | operator== (System::SharedPtr< AssociatedPerson > a, System::SharedPtr< AssociatedPerson > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< AssociatedPerson > a, System::SharedPtr< AssociatedPerson > b) |
| | Determines whether the specified objects are not equal. More...
|
| |
| bool | operator== (System::SharedPtr< AssociatedPersonCategory > a, System::SharedPtr< AssociatedPersonCategory > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< AssociatedPersonCategory > a, System::SharedPtr< AssociatedPersonCategory > b) |
| | Determines whether the specified objects are not equal. More...
|
| |
| bool | operator== (System::SharedPtr< CustomerEvent > a, System::SharedPtr< CustomerEvent > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< CustomerEvent > a, System::SharedPtr< CustomerEvent > b) |
| | Determines whether the specified objects are not equal. More...
|
| |
| bool | operator== (System::SharedPtr< EmailAddress > a, System::SharedPtr< EmailAddress > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< EmailAddress > a, System::SharedPtr< EmailAddress > b) |
| | Determines whether the specified objects are not equal. More...
|
| |
| bool | operator== (System::SharedPtr< EmailAddressCategory > a, System::SharedPtr< EmailAddressCategory > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< EmailAddressCategory > a, System::SharedPtr< EmailAddressCategory > b) |
| | Determines whether the specified objects are not equal. More...
|
| |
| bool | operator== (System::SharedPtr< EventCategory > a, System::SharedPtr< EventCategory > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< EventCategory > a, System::SharedPtr< EventCategory > b) |
| | Determines whether the specified objects are not equal. More...
|
| |
| bool | operator== (System::SharedPtr< InstantMessengerAddress > a, System::SharedPtr< InstantMessengerAddress > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< InstantMessengerAddress > a, System::SharedPtr< InstantMessengerAddress > b) |
| | Determines whether the specified objects are not equal. More...
|
| |
| bool | operator== (System::SharedPtr< InstantMessengerCategory > a, System::SharedPtr< InstantMessengerCategory > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< InstantMessengerCategory > a, System::SharedPtr< InstantMessengerCategory > b) |
| | Determines whether the specified objects are not equal. More...
|
| |
| bool | operator== (System::SharedPtr< PhoneNumber > a, System::SharedPtr< PhoneNumber > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< PhoneNumber > a, System::SharedPtr< PhoneNumber > b) |
| | Determines whether the specified objects are not equal. More...
|
| |
| bool | operator== (System::SharedPtr< PhoneNumberCategory > a, System::SharedPtr< PhoneNumberCategory > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< PhoneNumberCategory > a, System::SharedPtr< PhoneNumberCategory > b) |
| | Determines whether the specified objects are not equal. More...
|
| |
| bool | operator== (System::SharedPtr< PostalAddress > a, System::SharedPtr< PostalAddress > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< PostalAddress > a, System::SharedPtr< PostalAddress > b) |
| | Determines whether the specified objects are not equal. More...
|
| |
| bool | operator== (System::SharedPtr< PostalAddressCategory > a, System::SharedPtr< PostalAddressCategory > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< PostalAddressCategory > a, System::SharedPtr< PostalAddressCategory > b) |
| | Determines whether the specified objects are not equal. More...
|
| |
| bool | operator== (System::SharedPtr< Url > a, System::SharedPtr< Url > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< Url > a, System::SharedPtr< Url > b) |
| | Determines whether the specified objects are not equal. More...
|
| |
| bool | operator== (System::SharedPtr< UrlCategory > a, System::SharedPtr< UrlCategory > b) |
| | Determines whether the specified objects are equal. More...
|
| |
| bool | operator!= (System::SharedPtr< UrlCategory > a, System::SharedPtr< UrlCategory > b) |
| | Determines whether the specified objects are not equal. More...
|
| |