MessageIdentity.ParsePattern Method
Namespace: Microsoft.Exchange.Data.QueueViewer
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function ParsePattern ( _
identity As String, _
ByRef matchOptions As MatchOptions _
) As MessageIdentity
'Usage
Dim identity As String
Dim matchOptions As MatchOptions
Dim returnValue As MessageIdentity
returnValue = MessageIdentity.ParsePattern(identity, _
matchOptions)
public static MessageIdentity ParsePattern(
string identity,
ref MatchOptions matchOptions
)