|
RDOClientRuleCondition object |
The RDOClientRuleCondition
object represents either a condition that must be met before a client rule
executes, or an exception condition that must not be met before a client rule
executes.
Returned by
RDOClientRuleConditions object.
The following objects are derived
from the RDOClientRuleCondition object and
inherit its properties.
RDOClientAccountRuleCondition
RDOClientAdultRuleCondition
RDOClientCategoryRuleCondition
RDOClientDateRuleCondition
RDOClientFlaggedForActionRuleCondition
RDOClientFormNameRuleCondition
RDOClientFormPropertiesRuleCondition
RDOClientFromRssFeedRuleCondition
RDOClientImportanceRuleCondition
RDOClientJunkRuleCondition
RDOClientRelevanceRuleCondition
RDOClientSenderInAddressListRuleCondition
RDOClientSensitivityRuleCondition
RDOClientSizeRuleCondition
RDOClientTextRuleCondition
RDOClientThisComputerOnlyRuleCondition
RDOClientToOrFromRuleCondition
|
RDOClientRuleCondition. Derived from:
IDispatch
|
|
Properties |
|
ConditionType
|
Returns a constant from the
rdoClientRuleConditionType enumeration that indicates the type of
condition. Read-only.
|
|
Enabled
|
Returns or sets a Boolean that determines if the
RDOCientRuleAction is enabled. Read/write.
|
|
|
RDOClientAccountRuleCondition.
Derived from:
RDOClientRuleCondition
|
|
Properties |
|
Account
|
RDOAccount, read/write. The account to be
used by the condition.
|
|
AccountName
|
string, read/write. The account name to be displayed in the Rules dialog
in Outlook.
|
|
|
|
|
Properties |
|
Text
|
string, read/write. The value to be used when evaluating the condition.
|
|
|
RDOClientCategoryRuleCondition.
Derived from:
RDOClientRuleCondition
|
|
Properties |
|
Categories
|
Array of string, read/write.
Can also be set to ";" separated string of multiple values.
|
|
|
RDOClientFormNameRuleCondition.
Derived from:
RDOClientRuleCondition
|
|
Properties |
|
FormName
|
string, read/write. The name of the form.
|
|
|
RDOClientAddressRuleCondition.
Derived from:
RDOClientRuleCondition
|
|
Properties |
|
Address
|
Array of string, read/write.
Can also be set to ";" separated string of multiple values.
|
|
|
RDOClientFromRssFeedRuleCondition.
Derived from:
RDOClientRuleCondition
|
|
Properties |
|
FromRssFeed
|
string, read/write. The name of the RSS feed.
|
|
|
|
|
Properties |
|
MinSize
|
integer, read/write. The minimum size in kB.
|
|
MaxSize
|
integer, read/write. The maximum size in kB.
|
|
|
|
|
Properties |
|
AfterDate
|
DateTime, read/write.
|
|
BeforeDate
|
DateTime, read/write.
|
|
|
RDOClientThisComputerOnlyRuleCondition.
Derived from:
RDOClientRuleCondition
|
|
Properties |
|
Guid
|
String, read/write. The GUID corresponding to the computer.
|
|
|