Share via


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; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<String>

See also

Reference

InboxRule class

InboxRule members

Microsoft.Exchange.Management.RecipientTasks namespace