C# 클래스 MAPIInspector.Parsers.RopReloadCachedInformationResponse

A class indicates the RopReloadCachedInformation ROP response Buffer.
상속: MAPIInspector.Parsers.BaseStructure
파일 보기 프로젝트 열기: OfficeDev/Office-Inspectors-for-Fiddler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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