RejectStatusCode.Parse method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
s As String _
) As RejectStatusCode
'Usage
Dim s As String
Dim returnValue As RejectStatusCode
returnValue = RejectStatusCode.Parse(s)
public static RejectStatusCode Parse(
string s
)
Parameters
- s
Type: System.String
Return value
Type: Microsoft.Exchange.Data.RejectStatusCode