VCardTelephoneNumber Class

Represents a vCard telephone number
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfo.VCardVCardTelephoneNumber

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

The VCardTelephoneNumber type exposes the following members.

Constructors
  NameDescription
Public methodVCardTelephoneNumber
Initializes a new instance of the VCardTelephoneNumber class
Properties
  NameDescription
Public propertyTelephoneNumber
Gets or sets a telephone number
Public propertyTelephoneType
Gets or sets a telephone numer 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