Represents vCard photo property More...
Inherits Object.
Public Member Functions | |
| VCardPhotoType | get_PhotoType () const |
| Gets a photo type More... | |
| void | set_PhotoType (VCardPhotoType value) |
| Sets a photo type More... | |
| System::ArrayPtr< uint8_t > | get_Data () const |
Gets an image data (null if valueLocation is not inline) More... | |
| void | set_Data (System::ArrayPtr< uint8_t > value) |
Sets an image data (null if valueLocation is not inline) More... | |
| System::String | get_Uri () const |
Gets a uri of photo (null if valueLocation is inline) More... | |
| void | set_Uri (System::String value) |
Sets a uri of photo (null if valueLocation is inline) More... | |
| VCardValueLocation | get_ValueLocation () const |
| Gets a value location More... | |
| void | set_ValueLocation (VCardValueLocation value) |
| Sets a value location More... | |
| VCardPhoto () | |
| Initializes a new instance of the VCardPhoto class More... | |
| VCardPhoto (System::SharedPtr< VCardHeader > photo) | |
| Initializes a new instance of the VCardPhoto class More... | |
| System::SharedPtr< VCardHeader > | ToVCardHeader (System::String propertyName) |
| Converts this instance into the corresponding VCardHeader More... | |
Represents vCard photo property
| Aspose::Email::PersonalInfo::VCard::VCardPhoto::VCardPhoto | ( | ) |
Initializes a new instance of the VCardPhoto class
| Aspose::Email::PersonalInfo::VCard::VCardPhoto::VCardPhoto | ( | System::SharedPtr< VCardHeader > | photo | ) |
Initializes a new instance of the VCardPhoto class
| photo | A photo vCard property |
| ArgumentNullException | photo is null |
| System::ArrayPtr<uint8_t> Aspose::Email::PersonalInfo::VCard::VCardPhoto::get_Data | ( | ) | const |
Gets an image data (null if valueLocation is not inline)
| VCardPhotoType Aspose::Email::PersonalInfo::VCard::VCardPhoto::get_PhotoType | ( | ) | const |
Gets a photo type
| System::String Aspose::Email::PersonalInfo::VCard::VCardPhoto::get_Uri | ( | ) | const |
Gets a uri of photo (null if valueLocation is inline)
| VCardValueLocation Aspose::Email::PersonalInfo::VCard::VCardPhoto::get_ValueLocation | ( | ) | const |
Gets a value location
| void Aspose::Email::PersonalInfo::VCard::VCardPhoto::set_Data | ( | System::ArrayPtr< uint8_t > | value | ) |
Sets an image data (null if valueLocation is not inline)
| void Aspose::Email::PersonalInfo::VCard::VCardPhoto::set_PhotoType | ( | VCardPhotoType | value | ) |
Sets a photo type
| void Aspose::Email::PersonalInfo::VCard::VCardPhoto::set_Uri | ( | System::String | value | ) |
Sets a uri of photo (null if valueLocation is inline)
| void Aspose::Email::PersonalInfo::VCard::VCardPhoto::set_ValueLocation | ( | VCardValueLocation | value | ) |
Sets a value location
| System::SharedPtr<VCardHeader> Aspose::Email::PersonalInfo::VCard::VCardPhoto::ToVCardHeader | ( | System::String | propertyName | ) |
Converts this instance into the corresponding VCardHeader
| propertyName | A vCard property name |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |