C# Class MAPIInspector.Parsers.RopQueryNamedPropertiesRequest

A class indicates the RopQueryNamedProperties ROP Request Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Exibir arquivo 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_oe property

public byte HasGuid
return byte

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

LogonId public_oe property

public byte LogonId
return byte

PropertyGuid public_oe property

public Guid? PropertyGuid
return Guid?

QueryFlags public_oe property

public byte QueryFlags
return byte

RopId public_oe property

public RopIdType RopId
return RopIdType