C# Class MAPIInspector.Parsers.RopQueryNamedPropertiesRequest

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

Public Properties

Property Type Description
HasGuid byte
InputHandleIndex byte
LogonId byte
PropertyGuid Guid?
QueryFlags byte
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopQueryNamedPropertiesRequest structure.

Method Details

Parse() public method

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

Property Details

HasGuid public property

public byte HasGuid
return byte

InputHandleIndex public property

public byte InputHandleIndex
return byte

LogonId public property

public byte LogonId
return byte

PropertyGuid public property

public Guid? PropertyGuid
return Guid?

QueryFlags public property

public byte QueryFlags
return byte

RopId public property

public RopIdType RopId
return RopIdType