MapiContactPhoto Class

Contains data and type of contact's photo.
Inheritance Hierarchy

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class MapiContactPhoto : ContactPhoto

The MapiContactPhoto type exposes the following members.

Constructors
  NameDescription
Public methodMapiContactPhoto
Initializes a new instance of the MapiContactPhoto class
Properties
  NameDescription
Public propertyData
Gets an image data.
(Inherited from ContactPhoto.)
Public propertyId
Gets object identification information
(Inherited from ContactPhoto.)
Public propertyPhotoImageFormat
Gets a photo type.
(Inherited from ContactPhoto.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also