Represents a vCard Agent property More...
Inherits Object.
Public Member Functions | |
| VCardValueLocation | get_ValueLocation () const |
| Gets a value location More... | |
| void | set_ValueLocation (VCardValueLocation value) |
| Sets a value location More... | |
| System::String | get_Uri () const |
Gets a uri of agent card (null if ValueLocation is INLINE) More... | |
| void | set_Uri (System::String value) |
Sets a uri of agent card (null if ValueLocation is INLINE) More... | |
| System::SharedPtr< VCardContact > | get_AgentCard () const |
Gets an agent's card (null if ValueLocation is not INLINE) More... | |
| void | set_AgentCard (System::SharedPtr< VCardContact > value) |
Sets an agent's card (null if ValueLocation is not INLINE) More... | |
| VCardAgent () | |
| Initializes a new instance of the VCardAgent class More... | |
| VCardAgent (System::SharedPtr< VCardHeader > agent) | |
| Initializes a new instance of the VCardAgent class More... | |
| System::SharedPtr< VCardHeader > | ToVCardHeader () |
| Converts this instance into the corresponding VCardHeader More... | |
Represents a vCard Agent property
| Aspose::Email::PersonalInfo::VCard::VCardAgent::VCardAgent | ( | ) |
Initializes a new instance of the VCardAgent class
| Aspose::Email::PersonalInfo::VCard::VCardAgent::VCardAgent | ( | System::SharedPtr< VCardHeader > | agent | ) |
Initializes a new instance of the VCardAgent class
| agent | A vCard AGENT property |
| ArgumentNullException | agent is null |
| System::SharedPtr<VCardContact> Aspose::Email::PersonalInfo::VCard::VCardAgent::get_AgentCard | ( | ) | const |
Gets an agent's card (null if ValueLocation is not INLINE)
| System::String Aspose::Email::PersonalInfo::VCard::VCardAgent::get_Uri | ( | ) | const |
Gets a uri of agent card (null if ValueLocation is INLINE)
| VCardValueLocation Aspose::Email::PersonalInfo::VCard::VCardAgent::get_ValueLocation | ( | ) | const |
Gets a value location
| void Aspose::Email::PersonalInfo::VCard::VCardAgent::set_AgentCard | ( | System::SharedPtr< VCardContact > | value | ) |
Sets an agent's card (null if ValueLocation is not INLINE)
| void Aspose::Email::PersonalInfo::VCard::VCardAgent::set_Uri | ( | System::String | value | ) |
Sets a uri of agent card (null if ValueLocation is INLINE)
| void Aspose::Email::PersonalInfo::VCard::VCardAgent::set_ValueLocation | ( | VCardValueLocation | value | ) |
Sets a value location
| System::SharedPtr<VCardHeader> Aspose::Email::PersonalInfo::VCard::VCardAgent::ToVCardHeader | ( | ) |
Converts this instance into the corresponding VCardHeader