C# Class MAPIInspector.Parsers.RopModifyRecipientsRequest

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

Méthodes publiques

Свойство Type Description
ColumnCount ushort
InputHandleIndex byte
LogonId byte
RecipientColumns MAPIInspector.Parsers.PropertyTag[]
RecipientRows MAPIInspector.Parsers.ModifyRecipientRow[]
RopId RopIdType
RowCount ushort

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopModifyRecipientsRequest structure.

Method Details

Parse() public méthode

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

Property Details

ColumnCount public_oe property

public ushort ColumnCount
Résultat ushort

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

LogonId public_oe property

public byte LogonId
Résultat byte

RecipientColumns public_oe property

public PropertyTag[],MAPIInspector.Parsers RecipientColumns
Résultat MAPIInspector.Parsers.PropertyTag[]

RecipientRows public_oe property

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

RopId public_oe property

public RopIdType RopId
Résultat RopIdType

RowCount public_oe property

public ushort RowCount
Résultat ushort