Location:
cntfldst.h
Link against: cntmodel.lib
CContactAgentField
Supported from 5.0
Storage for an agent ID. An agent is a field in a contact item
which contains another person's contact details. It corresponds to the agent
property in the vCard specification (version 2.1). The agent is identified by
an agent ID (a TContactItemId
).
An object of this class can be retrieved using
CContactItemField::AgentStorage()
.
|
Defined in CContactAgentField
:
SetAgentId()
, Value()
Inherited from CBase
:
operator new()
Inherited from CContactFieldStorage
:
ExternalizeL()
,
InternalizeL()
,
IsFull()
,
RestoreL()
,
StoreL()
void SetAgentId(TContactItemId aId);
Sets the agent ID.
|
TContactItemId Value() const;
Retrieves the agent ID.
|