C# Class MAPIInspector.Parsers.RopModifyRecipientsRequest

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

Public Properties

Property Type Description
ColumnCount ushort
InputHandleIndex byte
LogonId byte
RecipientColumns MAPIInspector.Parsers.PropertyTag[]
RecipientRows MAPIInspector.Parsers.ModifyRecipientRow[]
RopId RopIdType
RowCount ushort

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopModifyRecipientsRequest structure.

Method Details

Parse() public method

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

Property Details

ColumnCount public_oe property

public ushort ColumnCount
return ushort

InputHandleIndex public_oe property

public byte InputHandleIndex
return byte

LogonId public_oe property

public byte LogonId
return byte

RecipientColumns public_oe property

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

RecipientRows public_oe property

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

RopId public_oe property

public RopIdType RopId
return RopIdType

RowCount public_oe property

public ushort RowCount
return ushort