ContactOrganizationalIdNumber Property |
Contains an identifier for the mail user used within the mail user's organization.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string OrganizationalIdNumber { get; set; }
Public Property OrganizationalIdNumber As String
Get
Set
public:
property String^ OrganizationalIdNumber {
String^ get ();
void set (String^ value);
}
member OrganizationalIdNumber : string with get, set
Property Value
Type:
String
See Also