 | VCardAddressPostOfficeBox Property |
Gets or sets the post office box.
Namespace: Limilabs.Mail.BusinessCardAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
String
See Also