MRCACCESS
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
typedef enum _MRCACCESS {
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
Smartphone: Smartphone 2003 and later
OS Versions: Windows CE .NET 4.2 and later
Header: Declared in cemapi.h
See Also
Last updated on Friday, April 22, 2005
© 2005 Microsoft Corporation. All rights reserved.
Send feedback on this topic to the authors.