|
||
class TMsvDeleteProgress : public TMsvServerOperationProgress;
Progress information for the delete operation.
TMsvServerOperationProgress
- Encapsulates progress information returned by a non-MTM specific Message Server ...
TMsvDeleteProgress
- Progress information for the delete operation.
Defined in TMsvDeleteProgress
:
ECompleted
Operation is complete EDeleteStore
Mail Store is being deleted ENotYetStarted
Operation not yet started TDeleteState
States for the delete operation. TMsvDeleteProgress()
Default constructor. iOperationType is set to EMsvDeleteOperation; iError is set...iError
Stores any errors that the operation encountered. iState
Inherited from TMsvServerOperationProgress
:
EMsvChangeDriveOperation
Change drive operation in progress.EMsvCopyOperation
Copy Store operation in progress. EMsvDeleteOperation
Delete Store operation in progress. EMsvNoOperation
No operation in progress. TMsvServerOperationType
iOperationType
The type of operation in progress. CMsvOperation
Defines an interface for use by objects which control asynchronous commands in t...CMsvSession::DeleteStoreL(const TDriveUnit &,TRequestStatus &)
Deletes the Message Store to the specified drive.IMPORT_C TMsvDeleteProgress();
Default constructor. iOperationType is set to EMsvDeleteOperation; iError is set to KErrNone; iState is set to ENotYetStarted.
TDeleteState
States for the delete operation.
|
TDeleteState iState;