VCardFullName Class

Represents vCard contact full name (N property)
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfo.VCardVCardFullName

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

The VCardFullName type exposes the following members.

Constructors
  NameDescription
Public methodVCardFullName
Initializes a new instance of the VCardFullName class
Properties
  NameDescription
Public propertyFamilyName
Gets or sets a family name
Public propertyGivenName
Gets or sets a given name
Public propertyHonorificPostfixes
Gets or sets a honorific postfixes
Public propertyHonorificPrefixes
Gets or sets a honorific prefixes
Public propertyMiddleName
Gets or sets a middle name
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also