 | VCardFullName Property |
Gets or sets the formatted text corresponding to the full name of the object this vCard represents (FN).
Namespace: Limilabs.Mail.BusinessCardAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
String
See Also