PictureRespose Class

Contains the data related to the contact photos. The Picture is not supported when the protocol version is 12.1 or 14.0.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerPictureRespose

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class PictureRespose

The PictureRespose type exposes the following members.

Constructors
  NameDescription
Public methodPictureRespose
Initializes a new instance of the PictureRespose class
Properties
  NameDescription
Public propertyData
Contains the binary data of the contact photo. The Data is not supported when the protocol version is 12.1 or 14.0.
Public propertyStatus
Indicates the result of the ActiveSync command request.
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