IMessageFormHostEx::CLOSINGMSGSTATUS
4/8/2010
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
Header | cemapi.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |
Windows Mobile | Pocket PC for Windows Mobile 2003 and later, Smartphone for Windows Mobile 2003 and later |
See Also
Reference
IMessageFormHostEx
IMessageFormHostEx::FormClosing