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 FORMTYPE enumeration is used by the IFormProvider::CreateComposeForm method to describe the compose message form type.
Syntax
enum FORMTYPE {
kfNewMsg = 0,
kfReply = 1,
kfReplyToAll = 2,
kfForward = 3,
kfLoad = 4,
kfReplyWith = 5
};
Enumerators
- kfNewMsg
A new message. - kfReply
A message using Reply to an existing message. - kfReplyToAll
A message using Reply All to an existing message. - kfForward
A message to forward an existing message. - kfLoad
Load an existing message for composing. - kfReplyWith
Not used.
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cemapi.h
See Also
Send Feedback on this topic to the authors