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

A class indicates the response body of GetPropList request
Inheritance: AddressBookResponseBodyBase
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Parse ( byte rawData ) : GetPropListResponseBody

Parse the GetPropList request type response body.

Method Details

Parse() public static method

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