VCardPhoto Class

Represents vCard photo property
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfo.VCardVCardPhoto

Namespace:  Aspose.Email.PersonalInfo.VCard
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class VCardPhoto

The VCardPhoto type exposes the following members.

Constructors
  NameDescription
Public methodVCardPhoto
Initializes a new instance of the VCardPhoto class
Properties
  NameDescription
Public propertyData
Gets or sets an image data (null if valueLocation is not inline)
Public propertyPhotoType
Gets or sets a photo type
Public propertyUri
Gets or sets a uri of photo (null if valueLocation is inline)
Public propertyValueLocation
Gets or sets a value location
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also