C# Class Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.GetSpecialTableFailureResponseBody

A class indicates the GetSpecialTable request type failure response body.
Inheritance: AddressBookResponseBodyBase
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Parse ( byte rawData ) : GetSpecialTableFailureResponseBody

Parse the GetSpecialTable request type response body.

Method Details

Parse() public static method

Parse the GetSpecialTable request type response body.
public static Parse ( byte rawData ) : GetSpecialTableFailureResponseBody
rawData byte The raw data of response.
return GetSpecialTableFailureResponseBody