Share via


MessageIdentity.Match method

Namespace:  Microsoft.Exchange.Data.QueueViewer
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Function Match ( _
    matchPattern As MessageIdentity, _
    matchOptions As MatchOptions _
) As Boolean
'Usage
Dim instance As MessageIdentity
Dim matchPattern As MessageIdentity
Dim matchOptions As MatchOptions
Dim returnValue As Boolean

returnValue = instance.Match(matchPattern, _
    matchOptions)
public bool Match(
    MessageIdentity matchPattern,
    MatchOptions matchOptions
)

Parameters

Return value

Type: System.Boolean

See also

Reference

MessageIdentity class

MessageIdentity members

Microsoft.Exchange.Data.QueueViewer namespace