C# Class MAPIInspector.Parsers.RopRegisterNotificationRequest

The RopRegisterNotification ROP ([MS-OXCROPS] section 2.2.14.1) creates a subscription for specified notifications on the server and returns a handle of the subscription to the client.
Inheritance: MAPIInspector.Parsers.BaseStructure
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
FolderId MAPIInspector.Parsers.FolderID
InputHandleIndex byte
LogonId byte
MessageId MAPIInspector.Parsers.MessageID
NotificationTypes NotificationTypesEnum
OutputHandleIndex byte
Reserved byte?
RopId RopIdType
WantWholeStore bool

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the RopRegisterNotificationRequest structure.

Method Details

Parse() public method

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

Property Details

FolderId public property

public FolderID,MAPIInspector.Parsers FolderId
return MAPIInspector.Parsers.FolderID

InputHandleIndex public property

public byte InputHandleIndex
return byte

LogonId public property

public byte LogonId
return byte

MessageId public property

public MessageID,MAPIInspector.Parsers MessageId
return MAPIInspector.Parsers.MessageID

NotificationTypes public property

public NotificationTypesEnum NotificationTypes
return NotificationTypesEnum

OutputHandleIndex public property

public byte OutputHandleIndex
return byte

Reserved public property

public byte? Reserved
return byte?

RopId public property

public RopIdType RopId
return RopIdType

WantWholeStore public property

public bool WantWholeStore
return bool