IFormProvider::FORMTYPE

4/8/2010

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

Header cemapi.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

IFormProvider

Other Resources

Messaging