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

The LargePropTagArray structure contains a list of property tags.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
PropertyTagCount uint

Public Methods

Method Description
Parse ( byte rawData, int &index ) : LargePropertyTagArray

Parse the Large property tag array from the response data.

Method Details

Parse() public static method

Parse the Large property tag array from the response data.
public static Parse ( byte rawData, int &index ) : LargePropertyTagArray
rawData byte The response data.
index int The start index of response data.
return LargePropertyTagArray

Property Details

PropertyTagCount public property

The number of PropertyName_r structures in this aggregation. The value MUST NOT exceed 100,000.
public uint PropertyTagCount
return uint