C# Класс MAPIInspector.Parsers.RopReloadCachedInformationResponse

A class indicates the RopReloadCachedInformation ROP response Buffer.
Наследование: MAPIInspector.Parsers.BaseStructure
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ColumnCount ushort?
HasNamedProperties bool?
InputHandleIndex byte
NormalizedSubject MAPIInspector.Parsers.TypedString
RecipientColumns MAPIInspector.Parsers.PropertyTag[]
RecipientCount ushort?
RecipientRows MAPIInspector.Parsers.OpenRecipientRow[]
ReturnValue object
RopId RopIdType
RowCount byte?
SubjectPrefix MAPIInspector.Parsers.TypedString

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

Метод Описание
Parse ( Stream s ) : void

Parse the RopReloadCachedInformationResponse structure.

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

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

Parse the RopReloadCachedInformationResponse structure.
public Parse ( Stream s ) : void
s Stream An stream containing RopReloadCachedInformationResponse structure
Результат void

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

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

public ushort? ColumnCount
Результат ushort?

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

public bool? HasNamedProperties
Результат bool?

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

public byte InputHandleIndex
Результат byte

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

public TypedString,MAPIInspector.Parsers NormalizedSubject
Результат MAPIInspector.Parsers.TypedString

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

public PropertyTag[],MAPIInspector.Parsers RecipientColumns
Результат MAPIInspector.Parsers.PropertyTag[]

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

public ushort? RecipientCount
Результат ushort?

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

public OpenRecipientRow[],MAPIInspector.Parsers RecipientRows
Результат MAPIInspector.Parsers.OpenRecipientRow[]

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

public object ReturnValue
Результат object

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

public RopIdType RopId
Результат RopIdType

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

public byte? RowCount
Результат byte?

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

public TypedString,MAPIInspector.Parsers SubjectPrefix
Результат MAPIInspector.Parsers.TypedString