C# Class MAPIInspector.Parsers.RopReadRecipientsResponse

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

Public Properties

Property Type Description
InputHandleIndex byte
RecipientRows MAPIInspector.Parsers.ReadRecipientRow[]
ReturnValue object
RopId RopIdType
RowCount byte?

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopReadRecipientsResponse structure.

Method Details

Parse() public method

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

Property Details

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

RecipientRows public_oe property

public ReadRecipientRow[],MAPIInspector.Parsers RecipientRows
return MAPIInspector.Parsers.ReadRecipientRow[]

ReturnValue public_oe property

public object ReturnValue
return object

RopId public_oe property

public RopIdType RopId
return RopIdType

RowCount public_oe property

public byte? RowCount
return byte?