C# Class MAPIInspector.Parsers.ModifyRecipientRow

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

Méthodes publiques

Свойство Type Description
RecipientRow MAPIInspector.Parsers.RecipientRow
RecipientRowSize ushort
RecipientType byte
RowId uint

Méthodes publiques

Méthode Description
ModifyRecipientRow ( MAPIInspector.Parsers.PropertyTag propTags ) : System

The construct function for ModifyRecipientRow

Parse ( Stream s ) : void

Parse the ModifyRecipientRow structure.

Method Details

ModifyRecipientRow() public méthode

The construct function for ModifyRecipientRow
public ModifyRecipientRow ( MAPIInspector.Parsers.PropertyTag propTags ) : System
propTags MAPIInspector.Parsers.PropertyTag The initialized parameter
Résultat System

Parse() public méthode

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

Property Details

RecipientRow public_oe property

public RecipientRow,MAPIInspector.Parsers RecipientRow
Résultat MAPIInspector.Parsers.RecipientRow

RecipientRowSize public_oe property

public ushort RecipientRowSize
Résultat ushort

RecipientType public_oe property

public byte RecipientType
Résultat byte

RowId public_oe property

public uint RowId
Résultat uint