VCardIdentificationInfo Class

Represents vCard identification information
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfo.VCardVCardIdentificationInfo

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

The VCardIdentificationInfo type exposes the following members.

Constructors
  NameDescription
Public methodVCardIdentificationInfo
Initializes a new instance of the VCardIdentificationInfo class
Properties
  NameDescription
Public propertyBirthday
Gets or sets a contact's bithday
Public propertyDisplayName
Gets or sets a contact's display(formatted) name
Public propertyFullName
Gets or sets a contact's full name
Public propertyNickname
Gets or sets a contact's nickname
Public propertyPhoto
Gets or sets a contact's photo
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also