Share via


SmtpX509Identifier.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 SmtpX509Identifier _
) As Boolean
'Usage
Dim s As String
Dim result As SmtpX509Identifier
Dim returnValue As Boolean

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

Parameters

Return value

Type: System.Boolean

See also

Reference

SmtpX509Identifier class

SmtpX509Identifier members

Microsoft.Exchange.Data namespace