ContactGivenName Property |
Gets or sets a given name that is a part of a person's full name.
A given name is also known as a personal name, first name, forename, or Christian name.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string GivenName { get; set; }
Public Property GivenName As String
Get
Set
public:
property String^ GivenName {
String^ get ();
void set (String^ value);
}
member GivenName : string with get, set
Property Value
Type:
String
See Also