IFormProviderEx::FORMTYPE

4/8/2010

The FORMTYPE enumeration is used by the IFormProviderEx::CreateComposeForm method to describe the compose message form type.

Syntax

enum FORMTYPE {
  FORMTYPE_NEW_MESSAGE  = 0,
  FORMTYPE_REPLY        = 1,
  FORMTYPE_REPLY_TO_ALL = 2,
  FORMTYPE_REPLY_WITH   = 3,
  FORMTYPE_FORWARD      = 4,
  FORMTYPE_LOAD         = 5
};

Enumerators

  • FORMTYPE_NEW_MESSAGE
    A new message.
  • FORMTYPE_REPLY
    A message using Reply to an existing message, adding a new message to a thread.
  • FORMTYPE_REPLY_TO_ALL
    A message using Reply All to an existing message, adding a new message to a thread.
  • FORMTYPE_REPLY_WITH
    Not used.
  • FORMTYPE_FORWARD
    A message using Forward, based on an existing message, adding a new message to a thread.
  • FORMTYPE_LOAD
    Load an existing message draft for composing.

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

IFormProviderEx

Other Resources

Messaging