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