Location:
vcard.h
Link against: versit.lib
CParserPropertyValueAgent
Supported from 5.0
An agent property value. An agent property contains information
about a person who is not the main subject of the vCard. It is implemented as a
vCard nested within another vCard. 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.
|
Defined in CParserPropertyValueAgent:
CParserPropertyValueAgent(), Value(), ~CParserPropertyValueAgent()
Inherited from CBase:
operator new()
Inherited from CParserPropertyValue:
EncodeL(),
ExternalizeL(),
IsAsciiCharacterSetSufficient(),
SupportsInterface(),
Uid()
CParserPropertyValueAgent(CParserVCard* aValue);
Constructs an agent property value, with a pointer to an agent.
Sets the UID to KVCardPropertyAgentUid.
|
~CParserPropertyValueAgent();
Frees all resources owned by the property value, prior to its destruction.
CParserVCard* Value() const;
Gets the agent object owned by the property value.
|