SmartHost.TryParse Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function TryParse ( _
address As String, _
<OutAttribute> ByRef smarthost As SmartHost _
) As Boolean
'Usage
Dim address As String
Dim smarthost As SmartHost
Dim returnValue As Boolean
returnValue = SmartHost.TryParse(address, _
smarthost)
public static bool TryParse(
string address,
out SmartHost smarthost
)
Return Value
Type: System.Boolean