IAddress4Label Property
IT Hit WebDAV Classes Reference
Represents a delivery address label for the address.
Namespace: ITHit.WebDAV.CardAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxstring Label { get; set; }
Property Label As String
Get
Set
property String^ Label {
String^ get ();
void set (String^ value);
}
abstract Label : string with get, set
Property Value
Type:
String
Remarks
Its is a plain-text string representing the formatted address. Specifying label is optional.
This address parameter is specific to business card 4.0.
In business card 2.1 and 3.0 use the [!:ICard.Label] property instead.
ExamplesMr. John Q. Public, Esq.\nMail Drop: TNE QB\n123 Main Street\nAny Town, CA 91921-1234\n U.S.A.
See Also