Share via


MRCHANDLED

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

Syntax

typedef enum _MRCHANDLED {
  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

Smartphone: Smartphone 2003 and later
OS Versions: Windows CE .NET 4.2 and later
Header: Declared in cemapi.h

See Also

IMailRuleClient::ProcessMessage

MAPI Enumerations

Messaging

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.