VCardIdentificationInfoFullName Property |
Gets or sets a contact's full name
Namespace:
Aspose.Email.PersonalInfo.VCard
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic VCardFullName FullName { get; set; }
Public Property FullName As VCardFullName
Get
Set
public:
property VCardFullName^ FullName {
VCardFullName^ get ();
void set (VCardFullName^ value);
}
member FullName : VCardFullName with get, set
Property Value
Type:
VCardFullName
See Also