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