Aspose::Email::PersonalInfo::VCard::VCardLoadOptions Class Reference

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...
 

Detailed Description

This is class that allow the user to specify additional options when loading a VCardContact.

Member Function Documentation

◆ get_PreferredEncoding()

System::SharedPtr<System::Text::Encoding> Aspose::Email::PersonalInfo::VCard::VCardLoadOptions::get_PreferredEncoding ( ) const

File encoding.

◆ get_VentureLicense()

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.

◆ set_PreferredEncoding()

void Aspose::Email::PersonalInfo::VCard::VCardLoadOptions::set_PreferredEncoding ( System::SharedPtr< System::Text::Encoding >  value)

File encoding.

◆ set_VentureLicense()

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.