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
- s
Type: System.String
- result
Type: Microsoft.Exchange.Data.SmtpX509Identifier
Return value
Type: System.Boolean