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