Gets or sets a job title.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public string JobTitle { get; set; }
Public Property JobTitle As String
Get
Set
public:
property String^ JobTitle {
String^ get ();
void set (String^ value);
}
member JobTitle : string with get, set
Property Value
Type:
StringSee Also