ContactPhoto Class

Represents contact photo.
Inheritance Hierarchy

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[SerializableAttribute]
public class ContactPhoto

The ContactPhoto type exposes the following members.

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