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 MRCHANDLEDenumeration is used by a mail rule client to indicate the way that the mail rule client handled the messages it processed.

Syntax

enum {
  MRC_NOT_HANDLED		= 0,
  MRC_HANDLED_CONTINUE	 = 1,
  MRC_HANDLED_DONTCONTINUE = 2
} MRCHANDLED;

Enumerators

MRC_NOT_HANDLED

The mail rule client did not handle the message.

MRC_HANDLED_CONTINUE

The mail rule client handled the message. Processing of this message should continue with other clients.

MRC_HANDLED_DONTCONTINUE

The mail rule client handled the message. Processing of this message should stop with this client.

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