The PR_RESOURCE_METHODS property contains a bitmask of flags indicating the methods in the IMAPIStatus interface that are supported by the status object.
Header file: | MAPITAGS.H |
Must be exposed by: | Status objects |
Must be a column in: | Status tables |
Identifier: | 0x3E02 |
Property type: | PT_LONG |
Property tag: | 0x3E020003 |
PR_RESOURCE_METHODS indicates which of the methods in a status object's implementation of IMAPIStatus are supported. Status objects are allowed to return MAPI_E_NO_SUPPORT from unsupported methods.
Clients use a status object's PR_RESOURCE_METHODS property to avoid making calls to unsupported methods. If the flag that corresponds to a particular method is set, the method exists and can be called. If that flag is clear, the method should not be called.
The status objects implemented by MAPI support the following methods:
Status object | Supported methods |
---|---|
MAPI subsystem | ValidateState only |
MAPI address book | ValidateState only |
MAPI spooler | ValidateState and FlushQueues |
One or more of the following flags can be set in PR_RESOURCE_METHODS: