Represents vCard save options More...
Inherits Aspose::Email::Mapi::ContactSaveOptions.
Public Member Functions | |
| VCardVersion | get_Version () const |
| Gets a vCard version More... | |
| void | set_Version (VCardVersion value) |
| Sets a vCard version More... | |
| bool | get_UseExtensions () const |
| Gets a value indicating whether the extended types can be used More... | |
| void | set_UseExtensions (bool value) |
| Sets a value indicating whether the extended types can be used More... | |
| System::SharedPtr< System::Text::Encoding > | get_PreferredTextEncoding () const |
| Gets Encoding that will be used to save Contact. More... | |
| void | set_PreferredTextEncoding (System::SharedPtr< System::Text::Encoding > value) |
| Sets Encoding that will be used to save Contact. More... | |
| VCardSaveOptions () | |
| Initializes a new instance of the VCardSaveOptions class More... | |
| VCardSaveOptions (VCardVersion version, bool useExtensions) | |
| Initializes a new instance of the VCardSaveOptions class More... | |
| VCardSaveOptions (VCardVersion version) | |
| Initializes a new instance of the VCardSaveOptions class More... | |
Public Member Functions inherited from Aspose::Email::Mapi::ContactSaveOptions | |
| ContactSaveFormat | get_SaveFormat () const |
| Gets a save format More... | |
Static Public Member Functions | |
| static System::SharedPtr< VCardSaveOptions > | get_Default () |
| Gets default VCardSaveOptions More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Aspose::Email::Mapi::ContactSaveOptions | |
| ContactSaveOptions (ContactSaveFormat format) | |
| Initializes a new instance of ContactSaveOptions class with the specified save format. More... | |
Represents vCard save options
| Aspose::Email::PersonalInfo::VCard::VCardSaveOptions::VCardSaveOptions | ( | ) |
Initializes a new instance of the VCardSaveOptions class
| Aspose::Email::PersonalInfo::VCard::VCardSaveOptions::VCardSaveOptions | ( | VCardVersion | version, |
| bool | useExtensions | ||
| ) |
Initializes a new instance of the VCardSaveOptions class
| version | a vCard version |
| useExtensions | indicates whether extended types can be used. |
| ArgumentException | A version is not defined in VCardVersion |
| Aspose::Email::PersonalInfo::VCard::VCardSaveOptions::VCardSaveOptions | ( | VCardVersion | version | ) |
Initializes a new instance of the VCardSaveOptions class
| version | a vCard version |
| ArgumentException | A version is not defined in VCardVersion |
|
static |
Gets default VCardSaveOptions
| System::SharedPtr<System::Text::Encoding> Aspose::Email::PersonalInfo::VCard::VCardSaveOptions::get_PreferredTextEncoding | ( | ) | const |
Gets Encoding that will be used to save Contact.
| bool Aspose::Email::PersonalInfo::VCard::VCardSaveOptions::get_UseExtensions | ( | ) | const |
Gets a value indicating whether the extended types can be used
| VCardVersion Aspose::Email::PersonalInfo::VCard::VCardSaveOptions::get_Version | ( | ) | const |
Gets a vCard version
| ArgumentException | A value is not defined in VCardVersion |
| void Aspose::Email::PersonalInfo::VCard::VCardSaveOptions::set_PreferredTextEncoding | ( | System::SharedPtr< System::Text::Encoding > | value | ) |
Sets Encoding that will be used to save Contact.
| void Aspose::Email::PersonalInfo::VCard::VCardSaveOptions::set_UseExtensions | ( | bool | value | ) |
Sets a value indicating whether the extended types can be used
| void Aspose::Email::PersonalInfo::VCard::VCardSaveOptions::set_Version | ( | VCardVersion | value | ) |
Sets a vCard version
| ArgumentException | A value is not defined in VCardVersion |