C# Class MAPIInspector.Parsers.RopOpenAttachmentRequest

A class indicates the RopOpenAttachment 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
AttachmentID uint
InputHandleIndex byte
LogonId byte
OpenAttachmentFlags OpenAttachmentFlags
OutputHandleIndex byte
RopId RopIdType

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopOpenAttachmentRequest structure.

Method Details

Parse() public méthode

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

Property Details

AttachmentID public_oe property

public uint AttachmentID
Résultat uint

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

LogonId public_oe property

public byte LogonId
Résultat byte

OpenAttachmentFlags public_oe property

public OpenAttachmentFlags OpenAttachmentFlags
Résultat OpenAttachmentFlags

OutputHandleIndex public_oe property

public byte OutputHandleIndex
Résultat byte

RopId public_oe property

public RopIdType RopId
Résultat RopIdType