InboxRule.ExceptIfRecipientAddressContainsWords Property

Namespace:  Microsoft.Exchange.Management.RecipientTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
<ParameterAttribute> _
Public Property ExceptIfRecipientAddressContainsWords As MultiValuedProperty(Of String)
    Get
    Set
'Usage
Dim instance As InboxRule
Dim value As MultiValuedProperty(Of String)

value = instance.ExceptIfRecipientAddressContainsWords

instance.ExceptIfRecipientAddressContainsWords = value
[ParameterAttribute]
public MultiValuedProperty<string> ExceptIfRecipientAddressContainsWords { get; set; }