Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
4/8/2010
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
| 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
Reference
MAPI Enumerations
IMailRuleClient::Initialize
MAPI Enumerations