This topic has not yet been rated - Rate this topic

MRCHANDLED

Windows Mobile 6.5
4/8/2010

The MRCHANDLED enumeration is used by a mail rule client to indicate the way that the mail rule client handled the messages it processed.


enum {
  MRC_NOT_HANDLED          = 0,
  MRC_HANDLED_CONTINUE     = 1,
  MRC_HANDLED_DONTCONTINUE = 2
} MRCHANDLED;
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.

Headercemapi.h
Windows Embedded CEWindows CE .NET 4.2 and later
Windows MobilePocket PC for Windows Mobile 2003 and later, Smartphone for Windows Mobile 2003 and later
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.