C# Class MAPIInspector.Parsers.RopNotifyResponse

A class indicates the RopNotify ROP Response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
LogonId byte
NotificationData NotificationData
NotificationHandle uint
RopId RopIdType

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopNotifyResponse structure.

Method Details

Parse() public method

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

Property Details

LogonId public property

public byte LogonId
return byte

NotificationData public property

public NotificationData,MAPIInspector.Parsers NotificationData
return NotificationData

NotificationHandle public property

public uint NotificationHandle
return uint

RopId public property

public RopIdType RopId
return RopIdType