C# Class MAPIInspector.Parsers.RopReadRecipientsResponse

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

Méthodes publiques

Свойство Type Description
InputHandleIndex byte
RecipientRows MAPIInspector.Parsers.ReadRecipientRow[]
ReturnValue object
RopId RopIdType
RowCount byte?

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopReadRecipientsResponse structure.

Method Details

Parse() public méthode

Parse the RopReadRecipientsResponse structure.
public Parse ( Stream s ) : void
s Stream An stream containing RopReadRecipientsResponse structure
Résultat void

Property Details

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

RecipientRows public_oe property

public ReadRecipientRow[],MAPIInspector.Parsers RecipientRows
Résultat MAPIInspector.Parsers.ReadRecipientRow[]

ReturnValue public_oe property

public object ReturnValue
Résultat object

RopId public_oe property

public RopIdType RopId
Résultat RopIdType

RowCount public_oe property

public byte? RowCount
Résultat byte?