InboxRule.ExceptIfHeaderContainsWords Property
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property ExceptIfHeaderContainsWords As MultiValuedProperty(Of String)
Get
Set
'Usage
Dim instance As InboxRule
Dim value As MultiValuedProperty(Of String)
value = instance.ExceptIfHeaderContainsWords
instance.ExceptIfHeaderContainsWords = value
[ParameterAttribute]
public MultiValuedProperty<string> ExceptIfHeaderContainsWords { get; set; }