C# Класс Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.LargePropertyTagArray

The LargePropTagArray structure contains a list of property tags.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
PropertyTagCount uint

Открытые методы

Метод Описание
Parse ( byte rawData, int &index ) : LargePropertyTagArray

Parse the Large property tag array from the response data.

Описание методов

Parse() публичный статический Метод

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.
Результат LargePropertyTagArray

Описание свойств

PropertyTagCount публичное свойство

The number of PropertyName_r structures in this aggregation. The value MUST NOT exceed 100,000.
public uint PropertyTagCount
Результат uint