IFormProvider::FORMTYPE
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
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.