OlRuleExecuteOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of messages in the specified folder or folders that a rule should be applied to.
public enum class OlRuleExecuteOption
public enum OlRuleExecuteOption
Public Enum OlRuleExecuteOption
- Inheritance
-
OlRuleExecuteOption
Fields
Name | Value | Description |
---|---|---|
olRuleExecuteAllMessages | 0 | Executes a rule against all messages in the specified folder or folders. |
olRuleExecuteReadMessages | 1 | Executes a rule against messages that have been read in the specified folder or folders. |
olRuleExecuteUnreadMessages | 2 | Executes a rule against messages that have not been read in the specified folder or folders. |