class MMRAttendee : public MMROrganizer |
MRAttendee defines meeting request attendee.
Public Member Functions | |
---|---|
~MMRAttendee() | |
TAttendeeRole | AttendeeRole() |
TAttendeeStatus | AttendeeStatus() |
TBool | ResponseRequested() |
void | SetAttendeeRoleL(TAttendeeRole) |
void | SetAttendeeStatusL(TAttendeeStatus &) |
void | SetResponseRequestedL(TBool) |
Inherited Functions | |
---|---|
MMROrganizer::Address()const | |
MMROrganizer::CommonName()const | |
MMROrganizer::SetAddressL(const TDesC &) | |
MMROrganizer::SetCommonNameL(const TDesC &) | |
MMROrganizer::~MMROrganizer() |
TBool | ResponseRequested | ( | ) | const [pure virtual] |
Gets whether or not a response was requested for this attendee.
void | SetAttendeeRoleL | ( | TAttendeeRole | aRole | ) | [pure virtual] |
System | wide error code. |
TAttendeeRole aRole | Attendee role. |
void | SetAttendeeStatusL | ( | TAttendeeStatus & | aStatus | ) | [pure virtual] |
System | wide error code. |
TAttendeeStatus & aStatus | Attendee status. |
void | SetResponseRequestedL | ( | TBool | aRsvp | ) | [pure virtual] |
System | wide error code. |
TBool aRsvp | ETrue if a response was requested, EFalse if not. |
Attendee role definition
EMRAttendeeNotSet |
Attendee role is not set |
EMRAttendeeChair |
Attendee chairperson |
EMRAttendeeParticipant |
Required participant |
EMRAttendeeOptionalParticipant |
Optional participant |
EMRAttendeeNonParticipant |
Non participant |
Definition for attendee status
EMRAttendeeActionNotSet |
Action has not been set |
EMRAttendeeActionNeeded |
Action is required by attendee. |
EMRAttendeeActionAccepted |
Attendee has accepted request |
EMRAttendeeActionTentative |
Attendee has tentatively accepted the request |
EMRAttendeeActionConfirmed |
Attendee's presence is confirmed |
EMRAttendeeActionDeclined |
Attendee has declined request |
EMRAttendeeActionCompleted |
The required action has been completed by attendee (i.e no actions required) |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.