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
- matchPattern
Type: Microsoft.Exchange.Data.QueueViewer.MessageIdentity
- matchOptions
Type: Microsoft.Exchange.Data.MatchOptions
Return Value
Type: System.Boolean