Gets or sets a suffix of a full name such like Jr.(junior), Sr.(senior) and so on.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string Suffix { get; set; }Public Property Suffix As String
Get
Set
public:
property String^ Suffix {
String^ get ();
void set (String^ value);
}member Suffix : string with get, set
Property Value
Type:
String
See Also