Represents contact photo. More...
Inherits Object.
Inherited by Aspose::Email::Mapi::MapiContactPhoto.
Public Member Functions | |
| System::SharedPtr< ObjectIdentifier > | get_Id () const |
| Gets object identification information More... | |
| Aspose::Email::Mapi::MapiContactPhotoImageFormat | get_PhotoImageFormat () const |
| Gets a photo type. More... | |
| void | set_PhotoImageFormat (Aspose::Email::Mapi::MapiContactPhotoImageFormat value) |
| Gets a photo type. More... | |
| System::ArrayPtr< uint8_t > | get_Data () const |
| Gets an image data. More... | |
| void | set_Data (System::ArrayPtr< uint8_t > value) |
| Gets an image data. More... | |
| ContactPhoto () | |
| Initializes a new instance of the ContactPhoto class. More... | |
| ContactPhoto (System::ArrayPtr< uint8_t > data, Aspose::Email::Mapi::MapiContactPhotoImageFormat photoImageFormat) | |
| Initializes a new instance of the ContactPhoto class More... | |
Public Attributes | |
| System::ArrayPtr< uint8_t > | data |
| <remark> More... | |
| Aspose::Email::Mapi::MapiContactPhotoImageFormat | photoImageFormat |
| <remark> More... | |
Represents contact photo.
| Aspose::Email::PersonalInfo::ContactPhoto::ContactPhoto | ( | ) |
Initializes a new instance of the ContactPhoto class.
| Aspose::Email::PersonalInfo::ContactPhoto::ContactPhoto | ( | System::ArrayPtr< uint8_t > | data, |
| Aspose::Email::Mapi::MapiContactPhotoImageFormat | photoImageFormat | ||
| ) |
Initializes a new instance of the ContactPhoto class
| data | Image data of photo. |
| photoImageFormat | Image format of photo Aspose::Email::Mapi::MapiContactPhotoImageFormat. |
| System::ArrayPtr<uint8_t> Aspose::Email::PersonalInfo::ContactPhoto::get_Data | ( | ) | const |
Gets an image data.
| System::SharedPtr<ObjectIdentifier> Aspose::Email::PersonalInfo::ContactPhoto::get_Id | ( | ) | const |
Gets object identification information
| Aspose::Email::Mapi::MapiContactPhotoImageFormat Aspose::Email::PersonalInfo::ContactPhoto::get_PhotoImageFormat | ( | ) | const |
Gets a photo type.
| void Aspose::Email::PersonalInfo::ContactPhoto::set_Data | ( | System::ArrayPtr< uint8_t > | value | ) |
Gets an image data.
| void Aspose::Email::PersonalInfo::ContactPhoto::set_PhotoImageFormat | ( | Aspose::Email::Mapi::MapiContactPhotoImageFormat | value | ) |
Gets a photo type.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
| System::ArrayPtr<uint8_t> Aspose::Email::PersonalInfo::ContactPhoto::data |
<remark>
| Aspose::Email::Mapi::MapiContactPhotoImageFormat Aspose::Email::PersonalInfo::ContactPhoto::photoImageFormat |
<remark>