Rule.ExceptIfMessageTypeMatches Property

Namespace:  Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property ExceptIfMessageTypeMatches As Nullable(Of MessageType)
    Get
    Set
'Usage
Dim instance As Rule
Dim value As Nullable(Of MessageType)

value = instance.ExceptIfMessageTypeMatches

instance.ExceptIfMessageTypeMatches = value
public Nullable<MessageType> ExceptIfMessageTypeMatches { get; set; }

Property Value

Type: System.Nullable<MessageType>