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