Share via


MRCACCESS

Send Feedback

The MRCACCESS enumeration is used by a mail rule client to indicate the type of access the client prefers when processing incoming messages. The access is per store, as opposed to per transport.

Syntax

enum {
  MRC_ACCESS_NONE      = 0,
  MRC_ACCESS_READ_ONLY = 1,
  MRC_ACCESS_WRITE     = 2
} MRCACCESS;

Enumerators

  • MRC_ACCESS_NONE
    The mail rule client does not intend to process messages.
  • MRC_ACCESS_READ_ONLY
    The mail rule client requests read-only access to messages.
  • MRC_ACCESS_WRITE
    The mail rule client requests read and write access to messages.

Requirements

Pocket PC: Windows Mobile 2003 and later
Smartphone: Windows Mobile 2003 and later
OS Versions: Windows CE .NET 4.2 and later
Header: cemapi.h

See Also

MAPI Enumerations | IMailRuleClient::Initialize | MAPI Enumerations | Messaging

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.