Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The FORMTYPEenumeration is used by the IFormProviderEx::CreateComposeFormmethod 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 Replyto an existing message, adding a new message to a thread.

FORMTYPE_REPLY_TO_ALL

A message using Reply Allto 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