IAddress4Label Property
IT Hit WebDAV Classes Reference
Represents a delivery address label for the address.
Namespace:
ITHit.Collab.Card
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax string 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:
StringRemarks
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.
Examples Mr. John Q. Public, Esq.\nMail Drop: TNE QB\n123 Main Street\nAny Town, CA 91921-1234\n U.S.A.
See Also