 | VCardWorkAddress Property |
Gets work address of the object this vCard represents (ADR).
Namespace: Limilabs.Mail.BusinessCardAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic VCardAddress WorkAddress { get; }Public ReadOnly Property WorkAddress As VCardAddress
Get
public:
property VCardAddress^ WorkAddress {
VCardAddress^ get ();
}member WorkAddress : VCardAddress with get
Property Value
VCardAddress
See Also