![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section Contents
Applications that use this class will not work correctly on a version of EPOC earlier than ER5.
CBase |
Abstract: CBase behaviour. |
CParserPropertyValue |
Abstract: Base class for all property values. |
vcard.h
versit.lib
The agent property value contains information about another person, which is nested within a vCard entity.
To find out the property value type, use Uid() defined in the base class CParserPropertyValue. An agent property UID has the value KVCardPropertyAgentUid.
The class defines an ExternalizeL() function which has not been documented. It is invoked by the parser's ExternalizeL() function.
CParserPropertyValueAgent(CParserVCard* aValue);
The C++ constructor creates an agent property value, with a pointer to a CParserVCard.
CParserVCard* aValue |
A pointer to the agent to assign to the property value. The property value takes ownership of the pointer. |
~CParserPropertyValueAgent();
The destructor frees all resources owned by the property value, prior to its destruction.
CParserVCard* Value() const;
Retrieves the agent property value.
CParserVCard* |
A pointer to the agent property value. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |