C# Class MAPIInspector.Parsers.RopReadPerUserInformationRequest

A class indicates the RopReadPerUserInformation ROP Request Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
DataOffset uint
FolderId MAPIInspector.Parsers.LongTermID
InputHandleIndex byte
LogonId byte
MaxDataSize ushort
Reserved byte
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopReadPerUserInformationRequest structure.

Method Details

Parse() public method

Parse the RopReadPerUserInformationRequest structure.
public Parse ( Stream s ) : void
s Stream An stream containing RopReadPerUserInformationRequest structure.
return void

Property Details

DataOffset public property

public uint DataOffset
return uint

FolderId public property

public LongTermID,MAPIInspector.Parsers FolderId
return MAPIInspector.Parsers.LongTermID

InputHandleIndex public property

public byte InputHandleIndex
return byte

LogonId public property

public byte LogonId
return byte

MaxDataSize public property

public ushort MaxDataSize
return ushort

Reserved public property

public byte Reserved
return byte

RopId public property

public RopIdType RopId
return RopIdType