Aspose::Email::PersonalInfo::VCard::VCardOrganization Class Referencefinal

Represents vCard organization properties More...

Inherits Object.

Public Member Functions

System::String get_Title () const
 Gets a job title More...
 
void set_Title (System::String value)
 Sets a job title More...
 
System::String get_Role () const
 Gets a role More...
 
void set_Role (System::String value)
 Sets a role More...
 
System::SharedPtr< VCardPhotoget_Logo () const
 Gets a logo More...
 
void set_Logo (System::SharedPtr< VCardPhoto > value)
 Sets a logo More...
 
System::SharedPtr< VCardAgentget_Agent () const
 Gets an agent More...
 
void set_Agent (System::SharedPtr< VCardAgent > value)
 Sets an agent More...
 
System::String get_Organization () const
 Gets a organization More...
 
void set_Organization (System::String value)
 Sets a organization More...
 
System::SharedPtr< System::Collections::Specialized::StringCollection > get_Departments () const
 Gets a departments More...
 
void set_Departments (System::SharedPtr< System::Collections::Specialized::StringCollection > value)
 Sets a departments More...
 
 VCardOrganization ()
 Initializes a new instance of the VCardOrganization class More...
 
 VCardOrganization (System::SharedPtr< VCardHeaderList > properties)
 Initializes a new instance of the VCardOrganization class More...
 
void ToVCardHeaderList (System::SharedPtr< VCardHeaderList > properties)
 Adds the identification properties to the specified properties More...
 

Friends

class Aspose::Email::PersonalInfo::VCard::VCardContact
 

Detailed Description

Represents vCard organization properties

Constructor & Destructor Documentation

◆ VCardOrganization() [1/2]

Aspose::Email::PersonalInfo::VCard::VCardOrganization::VCardOrganization ( )

Initializes a new instance of the VCardOrganization class

◆ VCardOrganization() [2/2]

Aspose::Email::PersonalInfo::VCard::VCardOrganization::VCardOrganization ( System::SharedPtr< VCardHeaderList >  properties)

Initializes a new instance of the VCardOrganization class

Parameters
propertiesvCard properties. A used properties are removed
Exceptions
ArgumentNullExceptionproperties is null

Member Function Documentation

◆ get_Agent()

System::SharedPtr<VCardAgent> Aspose::Email::PersonalInfo::VCard::VCardOrganization::get_Agent ( ) const

Gets an agent

◆ get_Departments()

System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::PersonalInfo::VCard::VCardOrganization::get_Departments ( ) const

Gets a departments

◆ get_Logo()

System::SharedPtr<VCardPhoto> Aspose::Email::PersonalInfo::VCard::VCardOrganization::get_Logo ( ) const

Gets a logo

◆ get_Organization()

System::String Aspose::Email::PersonalInfo::VCard::VCardOrganization::get_Organization ( ) const

Gets a organization

◆ get_Role()

System::String Aspose::Email::PersonalInfo::VCard::VCardOrganization::get_Role ( ) const

Gets a role

◆ get_Title()

System::String Aspose::Email::PersonalInfo::VCard::VCardOrganization::get_Title ( ) const

Gets a job title

◆ set_Agent()

void Aspose::Email::PersonalInfo::VCard::VCardOrganization::set_Agent ( System::SharedPtr< VCardAgent value)

Sets an agent

◆ set_Departments()

void Aspose::Email::PersonalInfo::VCard::VCardOrganization::set_Departments ( System::SharedPtr< System::Collections::Specialized::StringCollection >  value)

Sets a departments

◆ set_Logo()

void Aspose::Email::PersonalInfo::VCard::VCardOrganization::set_Logo ( System::SharedPtr< VCardPhoto value)

Sets a logo

◆ set_Organization()

void Aspose::Email::PersonalInfo::VCard::VCardOrganization::set_Organization ( System::String  value)

Sets a organization

◆ set_Role()

void Aspose::Email::PersonalInfo::VCard::VCardOrganization::set_Role ( System::String  value)

Sets a role

◆ set_Title()

void Aspose::Email::PersonalInfo::VCard::VCardOrganization::set_Title ( System::String  value)

Sets a job title

◆ ToVCardHeaderList()

void Aspose::Email::PersonalInfo::VCard::VCardOrganization::ToVCardHeaderList ( System::SharedPtr< VCardHeaderList >  properties)

Adds the identification properties to the specified properties

Parameters
propertiesA vCard properties
Exceptions
ArgumentNullExceptionproperties is null

Friends And Related Function Documentation

◆ Aspose::Email::PersonalInfo::VCard::VCardContact