C# Class MAPIInspector.Parsers.RopSaveChangesAttachmentRequest

A class indicates the RopSaveChangesAttachment 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
InputHandleIndex byte
LogonId byte
ResponseHandleIndex byte
RopId RopIdType
SaveFlags SaveFlags

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopSaveChangesAttachmentRequest structure.

Method Details

Parse() public méthode

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

Property Details

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

LogonId public_oe property

public byte LogonId
Résultat byte

ResponseHandleIndex public_oe property

public byte ResponseHandleIndex
Résultat byte

RopId public_oe property

public RopIdType RopId
Résultat RopIdType

SaveFlags public_oe property

public SaveFlags SaveFlags
Résultat SaveFlags