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