Share via


SmtpX509IdentifierEx.TryParse method

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

Syntax

'Declaration
Public Shared Function TryParse ( _
    s As String, _
    <OutAttribute> ByRef result As SmtpX509IdentifierEx _
) As Boolean
'Usage
Dim s As String
Dim result As SmtpX509IdentifierEx
Dim returnValue As Boolean

returnValue = SmtpX509IdentifierEx.TryParse(s, result)
public static bool TryParse(
    string s,
    out SmtpX509IdentifierEx result
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SmtpX509IdentifierEx class

SmtpX509IdentifierEx members

Microsoft.Exchange.Data namespace