Represents a vCard URL property More...
Inherits Object.
Public Member Functions | |
| VCardUrlType | get_UrlType () const |
| Gets a url type More... | |
| void | set_UrlType (VCardUrlType value) |
| Sets a url type More... | |
| System::String | get_Url () const |
| Gets a url More... | |
| void | set_Url (System::String value) |
| Sets a url More... | |
| VCardUrl () | |
| Initializes a new instance of the VCardUrl class More... | |
| VCardUrl (System::SharedPtr< VCardHeader > url) | |
| Initializes a new instance of the VCardUrl class More... | |
| System::SharedPtr< VCardHeader > | ToVCardHeader () |
| Converts this instance into the corresponding VCardHeader More... | |
Represents a vCard URL property
| Aspose::Email::PersonalInfo::VCard::VCardUrl::VCardUrl | ( | ) |
Initializes a new instance of the VCardUrl class
| Aspose::Email::PersonalInfo::VCard::VCardUrl::VCardUrl | ( | System::SharedPtr< VCardHeader > | url | ) |
Initializes a new instance of the VCardUrl class
| url | A url vCard property |
| ArgumentNullException | url is null |
| System::String Aspose::Email::PersonalInfo::VCard::VCardUrl::get_Url | ( | ) | const |
Gets a url
| VCardUrlType Aspose::Email::PersonalInfo::VCard::VCardUrl::get_UrlType | ( | ) | const |
Gets a url type
| void Aspose::Email::PersonalInfo::VCard::VCardUrl::set_Url | ( | System::String | value | ) |
Sets a url
| void Aspose::Email::PersonalInfo::VCard::VCardUrl::set_UrlType | ( | VCardUrlType | value | ) |
Sets a url type
| System::SharedPtr<VCardHeader> Aspose::Email::PersonalInfo::VCard::VCardUrl::ToVCardHeader | ( | ) |
Converts this instance into the corresponding VCardHeader