C# Class MAPIInspector.Parsers.RopNotifyResponse

A class indicates the RopNotify ROP Response Buffer.
Inheritance: MAPIInspector.Parsers.BaseStructure
ファイルを表示 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_oe property

public byte LogonId
return byte

NotificationData public_oe property

public NotificationData,MAPIInspector.Parsers NotificationData
return NotificationData

NotificationHandle public_oe property

public uint NotificationHandle
return uint

RopId public_oe property

public RopIdType RopId
return RopIdType