#include <mw/cimattachmentwaiter.h>
class CImAttachmentWaiter : public CActive |
Public Member Functions | |
---|---|
~CImAttachmentWaiter() | |
IMPORT_C CImAttachmentWaiter * | NewL() |
IMPORT_C void | StartWaitingL(TRequestStatus &, CImEmailMessage *, TBool) |
Inherited Attributes | |
---|---|
CActive::iStatus |
Inherited Enumerations | |
---|---|
CActive:TPriority |
An Waiter object used to wait for an attachment to be added to an email message.
IMPORT_C | ~CImAttachmentWaiter | ( | ) |
Cancels the outstanding request. Frees all resources owned by the object prior to its destruction
IMPORT_C CImAttachmentWaiter * | NewL | ( | ) | [static] |
Allocates & Creates a new CImAttachmentWaiter object.
IMPORT_C void | StartWaitingL | ( | TRequestStatus & | aStatus, |
CImEmailMessage * | aMailMessage, | |||
TBool | aDeleteMessage = ETrue | |||
) |
Issues a waiting request for adding an attachment .
Parameters | |
---|---|
aStatus | The TRequestStatus to complete when request has completed. |
aMailMessage | The CImEmailMessage pointer to which the attachment is to be added |
aDeleteMessage | TBool indicating if the CImEmailMessage needs to be deleted when CImAttachmentWaiter is Reset or destroyed |
Leave Codes | |
---|---|
KErrInUse |