IAddressPoBox Property
IT Hit WebDAV Classes Reference Note: This API is now obsolete.
Post office box.
Namespace:
ITHit.Collab.Card
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax [ObsoleteAttribute("RFC 6350: To ensure maximal interoperability, this value SHOULD be empty")]
string[] PoBox { get; set; }
<ObsoleteAttribute("RFC 6350: To ensure maximal interoperability, this value SHOULD be empty")>
Property PoBox As String()
Get
Set
[ObsoleteAttribute(L"RFC 6350: To ensure maximal interoperability, this value SHOULD be empty")]
property array<String^>^ PoBox {
array<String^>^ get ();
void set (array<String^>^ value);
}
[<ObsoleteAttribute("RFC 6350: To ensure maximal interoperability, this value SHOULD be empty")>]
abstract PoBox : string[] with get, set
Property Value
Type:
StringSee Also