InboxRule.MessageTypeMatches Property
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property MessageTypeMatches As Nullable(Of InboxRuleMessageType)
Get
Set
'Usage
Dim instance As InboxRule
Dim value As Nullable(Of InboxRuleMessageType)
value = instance.MessageTypeMatches
instance.MessageTypeMatches = value
[ParameterAttribute]
public Nullable<InboxRuleMessageType> MessageTypeMatches { get; set; }
Property Value
Type: System.Nullable<InboxRuleMessageType>