VCardOrganization Class

Represents vCard organization properties
Inheritance Hierarchy
SystemObject
  Aspose.Email.PersonalInfo.VCardVCardOrganization

Namespace:  Aspose.Email.PersonalInfo.VCard
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class VCardOrganization

The VCardOrganization type exposes the following members.

Constructors
  NameDescription
Public methodVCardOrganization
Initializes a new instance of the VCardOrganization class
Properties
  NameDescription
Public propertyAgent
Gets or sets an agent
Public propertyDepartments
Gets or sets a departments
Public propertyLogo
Gets or sets a logo
Public propertyOrganization
Gets or sets a organization
Public propertyRole
Gets or sets a role
Public propertyTitle
Gets or sets a job title
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also