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< VCardPhoto > | get_Logo () const |
| Gets a logo More... | |
| void | set_Logo (System::SharedPtr< VCardPhoto > value) |
| Sets a logo More... | |
| System::SharedPtr< VCardAgent > | get_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 |
Represents vCard organization properties
| Aspose::Email::PersonalInfo::VCard::VCardOrganization::VCardOrganization | ( | ) |
Initializes a new instance of the VCardOrganization class
| Aspose::Email::PersonalInfo::VCard::VCardOrganization::VCardOrganization | ( | System::SharedPtr< VCardHeaderList > | properties | ) |
Initializes a new instance of the VCardOrganization class
| properties | vCard properties. A used properties are removed |
| ArgumentNullException | properties is null |
| System::SharedPtr<VCardAgent> Aspose::Email::PersonalInfo::VCard::VCardOrganization::get_Agent | ( | ) | const |
Gets an agent
| System::SharedPtr<System::Collections::Specialized::StringCollection> Aspose::Email::PersonalInfo::VCard::VCardOrganization::get_Departments | ( | ) | const |
Gets a departments
| System::SharedPtr<VCardPhoto> Aspose::Email::PersonalInfo::VCard::VCardOrganization::get_Logo | ( | ) | const |
Gets a logo
| System::String Aspose::Email::PersonalInfo::VCard::VCardOrganization::get_Organization | ( | ) | const |
Gets a organization
| System::String Aspose::Email::PersonalInfo::VCard::VCardOrganization::get_Role | ( | ) | const |
Gets a role
| System::String Aspose::Email::PersonalInfo::VCard::VCardOrganization::get_Title | ( | ) | const |
Gets a job title
| void Aspose::Email::PersonalInfo::VCard::VCardOrganization::set_Agent | ( | System::SharedPtr< VCardAgent > | value | ) |
Sets an agent
| void Aspose::Email::PersonalInfo::VCard::VCardOrganization::set_Departments | ( | System::SharedPtr< System::Collections::Specialized::StringCollection > | value | ) |
Sets a departments
| void Aspose::Email::PersonalInfo::VCard::VCardOrganization::set_Logo | ( | System::SharedPtr< VCardPhoto > | value | ) |
Sets a logo
| void Aspose::Email::PersonalInfo::VCard::VCardOrganization::set_Organization | ( | System::String | value | ) |
Sets a organization
| void Aspose::Email::PersonalInfo::VCard::VCardOrganization::set_Role | ( | System::String | value | ) |
Sets a role
| void Aspose::Email::PersonalInfo::VCard::VCardOrganization::set_Title | ( | System::String | value | ) |
Sets a job title
| void Aspose::Email::PersonalInfo::VCard::VCardOrganization::ToVCardHeaderList | ( | System::SharedPtr< VCardHeaderList > | properties | ) |
Adds the identification properties to the specified properties
| properties | A vCard properties |
| ArgumentNullException | properties is null |
|
friend |