VCardUrl Class

Represents a vCard URL property
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfo.VCardVCardUrl

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

The VCardUrl type exposes the following members.

Constructors
  NameDescription
Public methodVCardUrl
Initializes a new instance of the VCardUrl class
Properties
  NameDescription
Public propertyUrl
Gets or sets a url
Public propertyUrlType
Gets or sets a url 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