IMessageFormHostEx::HOSTACTIONS
The HOSTACTIONS enumeration is used by IMessageFormHostEx::DoAction to specify the action.
Syntax
enum HOSTACTIONS {
HOSTACT_NULL = 0,
HOSTACT_FIRST = 0,
HOSTACT_REPLY = 1,
HOSTACT_REPLY_TO_ALL = 2,
HOSTACT_FORWARD = 3,
HOSTACT_DELETE = 4,
HOSTACT_CLOSE = 5,
HOSTACT_MOVE_TO_FOLDER = 6,
HOSTACT_GOTO_NEXT_MESSAGE = 7,
HOSTACT_GOTO_PREV_MESSAGE = 8,
HOSTACT_COMPOSE_NEW = 9,
HOSTACT_GET_FULL_MESSAGE = 10,
HOSTACT_VIEW_ATTACHMENT = 11,
HOSTACT_REPLY_WITH = 12,
HOSTACT_SHOW = 13,
HOSTACT_MARK_AS_UNREAD = 14,
HOSTACT_LAST
};
Enumerators
- HOSTACT_NULL
Perform no operation. - HOSTACT_FIRST
The placeholder that marks the first element in the enumeration range. - HOSTACT_REPLY
Reply to the message. - HOSTACT_REPLY_TO_ALL
Reply to sender and to all recipients on the message. - HOSTACT_FORWARD
Forward the message. - HOSTACT_DELETE
Delete the message. - HOSTACT_CLOSE
Close the message form. - HOSTACT_MOVE_TO_FOLDER
Move the message to a folder. - HOSTACT_GOTO_NEXT_MESSAGE
Go to the next message. - HOSTACT_GOTO_PREV_MESSAGE
Go to the previous message. - HOSTACT_COMPOSE_NEW
Compose a new message. - HOSTACT_GET_FULL_MESSAGE
Mark the message for full download (not just the header). - HOSTACT_VIEW_ATTACHMENT
Not supported. - HOSTACT_REPLY_WITH
Not supported. - HOSTACT_SHOW
Display the entire message. - HOSTACT_MARK_AS_UNREAD
If the message has already been marked as READ, unmark it. - HOSTACT_LAST
The placeholder that marks the last element in the enumeration range.
Requirements
Smartphone: Windows Mobile 2003 and later
OS Versions: Windows CE .NET 4.2 and later
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.