| VCardOrganization Property |
Gets or sets the organization of the object this vCard represents (ORG).
Namespace:
Limilabs.Mail.BusinessCard
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public VCardOrganization Organization { get; set; }
Public Property Organization As VCardOrganization
Get
Set
public:
property VCardOrganization^ Organization {
VCardOrganization^ get ();
void set (VCardOrganization^ value);
}
member Organization : VCardOrganization with get, set
Property Value
Type:
VCardOrganizationSee Also