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 IFormProvider::CreateComposeFormmethod 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 Replyto an existing message.

kfReplyToAll

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