C# Class MAPIInspector.Parsers.RopFastTransferSourceCopyPropertiesRequest

A class indicates the RopFastTransferSourceCopyProperties 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_CopyProperties
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 RopFastTransferSourceCopyPropertiesRequest structure.

Method Details

Parse() public method

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

Property Details

CopyFlags public property

public CopyFlags_CopyProperties CopyFlags
return CopyFlags_CopyProperties

InputHandleIndex public property

public byte InputHandleIndex
return byte

Level public property

public byte Level
return byte

LogonId public property

public byte LogonId
return byte

OutputHandleIndex public property

public byte OutputHandleIndex
return byte

PropertyTagCount public property

public ushort PropertyTagCount
return ushort

PropertyTags public property

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

RopId public property

public RopIdType RopId
return RopIdType

SendOptions public property

public SendOptions SendOptions
return SendOptions