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