Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CLOSINGMSGSTATUS enumeration is used by IMessageFormHostEx::FormClosing to indicate the status of the message contained in the form that is being closed..
Syntax
enum CLOSINGMSGSTATUS {
CMS_NOT_AVAILABLE = 0,
CMS_SENT = 1,
CMS_POSTPONED = 2,
CMS_DELETE = 3,
CMS_DELETE_PERMANENTLY = 4
};
Enumerators
- CMS_NOT_AVAILABLE
The message was unavailable. - CMS_SENT
The message was successfully sent. - CMS_POSTPONED
The message was postponed. When a message is being composed, a copy of the message is saved in the Drafts folder. - CMS_DELETE
The message was moved to the Deleted Items folder. - CMS_DELETE_PERMANENTLY
The message was permanently deleted and is unrecoverable.
Requirements
Pocket PC: Windows Mobile 2003 and later
Smartphone: Windows Mobile 2003 and later
OS Versions: Windows CE .NET 4.2 and later
Header: cemapi.h
See Also
IMessageFormHostEx | IMessageFormHostEx::FormClosing | Messaging
Send Feedback on this topic to the authors