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