IMessageFormHost::eMsgStatus
The eMsgStatus enumeration is used by IMessageFormHost::FormClosing to indicate the status of the message contained in the form that is being closed.
Syntax
enum eMsgStatus {
eNotAvailable = 0,
eSent = 1,
ePostponed = 2,
eDelete = 3,
eDeletePermanently = 4
};
Enumerators
- eNotAvailable
The message was unavailable. - eSent
The message was successfully sent. - ePostponed
The message was postponed. When a message is being composed, a copy of the message is saved in the Drafts folder. - eDelete
The message was moved to the Deleted Items folder. - eDeletePermanently
The message was permanently deleted and is unrecoverable.
Requirements
Smartphone: Windows Mobile 2002
OS Versions: Windows CE 3.0
Header: cemapi.h
See Also
Last updated on Friday, April 22, 2005
© 2005 Microsoft Corporation. All rights reserved.
Send feedback on this topic to the authors.