public final class MapiContactPhoto extends ContactPhoto
Contains data and type of contact's photo.
Constructor and Description |
---|
MapiContactPhoto(byte[] data,
int photoImageFormat)
Initializes a new instance of the
MapiContactPhoto class |
MapiContactPhoto(String itemId,
byte[] data,
int photoImageFormat)
Deprecated.
|
MapiContactPhoto(String itemId,
int photoImageFormat)
Deprecated.
|
@Deprecated public MapiContactPhoto(String itemId, int photoImageFormat)
Initializes a new instance of the MapiContactPhoto
class
itemId
- Uses to specify the server id of the contact.photoImageFormat
- Image format of photo Aspose.Email.Outlook.MapiContactPhotoImageFormat
.@Deprecated public MapiContactPhoto(String itemId, byte[] data, int photoImageFormat)
Initializes a new instance of the MapiContactPhoto
class
itemId
- Uses to specify the server id of the contact.data
- Image data of photo.photoImageFormat
- Image format of photo Aspose.Email.Outlook.MapiContactPhotoImageFormat
.public MapiContactPhoto(byte[] data, int photoImageFormat)
Initializes a new instance of the MapiContactPhoto
class
data
- Image data of photo.photoImageFormat
- Image format of photo Aspose.Email.Outlook.MapiContactPhotoImageFormat
.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.