InboxRule.ExceptIfFromAddressContainsWords Property

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

Syntax

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

value = instance.ExceptIfFromAddressContainsWords

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