C# Class MAPIInspector.Parsers.RopFastTransferDestinationConfigureRequest

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

Public Properties

Property Type Description
CopyFlags CopyFlags_DestinationConfigure
InputHandleIndex byte
LogonId byte
OutputHandleIndex byte
RopId RopIdType
SourceOperation SourceOperation

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopFastTransferDestinationConfigureRequest structure.

Method Details

Parse() public method

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

Property Details

CopyFlags public property

public CopyFlags_DestinationConfigure CopyFlags
return CopyFlags_DestinationConfigure

InputHandleIndex public property

public byte InputHandleIndex
return byte

LogonId public property

public byte LogonId
return byte

OutputHandleIndex public property

public byte OutputHandleIndex
return byte

RopId public property

public RopIdType RopId
return RopIdType

SourceOperation public property

public SourceOperation SourceOperation
return SourceOperation