This is class that allow the user to specify additional options when loading a VCardContact. More...
Inherits Object.
Public Member Functions | |
| System::SharedPtr< Aspose::Email::VentureLicense > | get_VentureLicense () const |
| This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object. More... | |
| void | set_VentureLicense (System::SharedPtr< Aspose::Email::VentureLicense > value) |
| This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object. More... | |
| System::SharedPtr< System::Text::Encoding > | get_PreferredEncoding () const |
| File encoding. More... | |
| void | set_PreferredEncoding (System::SharedPtr< System::Text::Encoding > value) |
| File encoding. More... | |
This is class that allow the user to specify additional options when loading a VCardContact.
| System::SharedPtr<System::Text::Encoding> Aspose::Email::PersonalInfo::VCard::VCardLoadOptions::get_PreferredEncoding | ( | ) | const |
File encoding.
| System::SharedPtr<Aspose::Email::VentureLicense> Aspose::Email::PersonalInfo::VCard::VCardLoadOptions::get_VentureLicense | ( | ) | const |
This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.
| void Aspose::Email::PersonalInfo::VCard::VCardLoadOptions::set_PreferredEncoding | ( | System::SharedPtr< System::Text::Encoding > | value | ) |
File encoding.
| void Aspose::Email::PersonalInfo::VCard::VCardLoadOptions::set_VentureLicense | ( | System::SharedPtr< Aspose::Email::VentureLicense > | value | ) |
This is part of the venture licensing pattern. This value will be set by VentureLicenser if the venture passes us a LoadOptions object.