| VCardFullName Property |
Gets or sets the formatted text corresponding to the full name of the object this vCard represents (FN).
Namespace:
Limilabs.Mail.BusinessCard
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string FullName { get; set; }
Public Property FullName As String
Get
Set
public:
property String^ FullName {
String^ get ();
void set (String^ value);
}
member FullName : string with get, set
Property Value
Type:
StringSee Also