C# Class MAPIInspector.Parsers.RopCopyToRequest

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

public CopyFlags CopyFlags
return CopyFlags

DestHandleIndex public_oe property

public byte DestHandleIndex
return byte

ExcludedTagCount public_oe property

public ushort ExcludedTagCount
return ushort

ExcludedTags public_oe property

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

LogonId public_oe property

public byte LogonId
return byte

RopId public_oe property

public RopIdType RopId
return RopIdType

SourceHandleIndex public_oe property

public byte SourceHandleIndex
return byte

WantAsynchronous public_oe property

public bool WantAsynchronous
return bool

WantSubObjects public_oe property

public bool WantSubObjects
return bool