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