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