Gets or sets an initials
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string Initials { get; set; }
Public Property Initials As String
Get
Set
public:
property String^ Initials {
String^ get ();
void set (String^ value);
}
member Initials : string with get, set
Property Value
Type:
String
See Also