| VCardAddressPostOfficeBox Property |
Gets or sets the post office box.
Namespace:
Limilabs.Mail.BusinessCard
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
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