C# Class MAPIInspector.Parsers.RopCopyToRequest

A class indicates the RopCopyTo 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
DestHandleIndex byte
ExcludedTagCount ushort
ExcludedTags MAPIInspector.Parsers.PropertyTag[]
LogonId byte
RopId RopIdType
SourceHandleIndex byte
WantAsynchronous bool
WantSubObjects bool

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopCopyToRequest structure.

Method Details

Parse() public method

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

Property Details

CopyFlags public property

public CopyFlags CopyFlags
return CopyFlags

DestHandleIndex public property

public byte DestHandleIndex
return byte

ExcludedTagCount public property

public ushort ExcludedTagCount
return ushort

ExcludedTags public property

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

LogonId public property

public byte LogonId
return byte

RopId public property

public RopIdType RopId
return RopIdType

SourceHandleIndex public property

public byte SourceHandleIndex
return byte

WantAsynchronous public property

public bool WantAsynchronous
return bool

WantSubObjects public property

public bool WantSubObjects
return bool