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
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
FolderId MAPIInspector.Parsers.FolderID
InputHandleIndex byte
LogonId byte
MessageId MAPIInspector.Parsers.MessageID
NotificationTypes NotificationTypesEnum
OutputHandleIndex byte
Reserved byte?
RopId RopIdType
WantWholeStore bool

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the RopRegisterNotificationRequest structure.

Method Details

Parse() public méthode

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

Property Details

FolderId public_oe property

public FolderID,MAPIInspector.Parsers FolderId
Résultat MAPIInspector.Parsers.FolderID

InputHandleIndex public_oe property

public byte InputHandleIndex
Résultat byte

LogonId public_oe property

public byte LogonId
Résultat byte

MessageId public_oe property

public MessageID,MAPIInspector.Parsers MessageId
Résultat MAPIInspector.Parsers.MessageID

NotificationTypes public_oe property

public NotificationTypesEnum NotificationTypes
Résultat NotificationTypesEnum

OutputHandleIndex public_oe property

public byte OutputHandleIndex
Résultat byte

Reserved public_oe property

public byte? Reserved
Résultat byte?

RopId public_oe property

public RopIdType RopId
Résultat RopIdType

WantWholeStore public_oe property

public bool WantWholeStore
Résultat bool