Rule.ExceptIfAnyOfRecipientAddressContainsWords property
Namespace: Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property ExceptIfAnyOfRecipientAddressContainsWords As Word()
Get
Set
'Usage
Dim instance As Rule
Dim value As Word()
value = instance.ExceptIfAnyOfRecipientAddressContainsWords
instance.ExceptIfAnyOfRecipientAddressContainsWords = value
public Word[] ExceptIfAnyOfRecipientAddressContainsWords { get; set; }
Property value
Type: []