C# Class MAPIInspector.Parsers.RopFastTransferSourceCopyToRequest

A class indicates the RopFastTransferSourceCopyTo ROP Request Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
ファイルを表示 Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
CopyFlags CopyFlags_CopyTo
InputHandleIndex byte
Level byte
LogonId byte
OutputHandleIndex byte
PropertyTagCount ushort
PropertyTags MAPIInspector.Parsers.PropertyTag[]
RopId RopIdType
SendOptions SendOptions

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopFastTransferSourceCopyToRequest structure.

Method Details

Parse() public method

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

Property Details

CopyFlags public_oe property

public CopyFlags_CopyTo CopyFlags
return CopyFlags_CopyTo

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

Level public_oe property

public byte Level
return byte

LogonId public_oe property

public byte LogonId
return byte

OutputHandleIndex public_oe property

public byte OutputHandleIndex
return byte

PropertyTagCount public_oe property

public ushort PropertyTagCount
return ushort

PropertyTags public_oe property

public PropertyTag[],MAPIInspector.Parsers PropertyTags
return MAPIInspector.Parsers.PropertyTag[]

RopId public_oe property

public RopIdType RopId
return RopIdType

SendOptions public_oe property

public SendOptions SendOptions
return SendOptions