OlRuleExecuteOption Enumeration

Specifies the type of messages in the specified folder or folders that a rule should be applied to.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlRuleExecuteOption
'Usage
Dim instance As OlRuleExecuteOption
public enum OlRuleExecuteOption

Members

Member name Description
olRuleExecuteAllMessages Executes a rule against all messages in the specified folder or folders.
olRuleExecuteReadMessages Executes a rule against messages that have been read in the specified folder or folders.
olRuleExecuteUnreadMessages Executes a rule against messages that have not been read in the specified folder or folders.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace