VCardEmail Class

Represents vCard email
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfo.VCardVCardEmail

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

The VCardEmail type exposes the following members.

Constructors
  NameDescription
Public methodVCardEmail
Initializes a new instance of the VCardEmail class
Properties
  NameDescription
Public propertyEmailAddress
Gets or sets an email address
Public propertyEmailType
Gets or sets an email address type
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also