Share via


IFormProviderEx::FORMTYPE

Send Feedback

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.
  • FORMTYPE_REPLY_TO_ALL
    A message using Reply All to an existing message.
  • FORMTYPE_REPLY_WITH
    Not used.
  • FORMTYPE_FORWARD
    A message to forward an existing message.
  • FORMTYPE_LOAD
    Load an existing message draft for composing.

Requirements

Pocket PC: Windows Mobile 2003 and later
Smartphone: Windows Mobile 2003 and later
OS Versions: Windows CE .NET 4.2 and later
Header: cemapi.h

See Also

IFormProviderEx | Messaging

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.