4.2.1 Client Request Buffer

The client request buffer for the RopDeleteFolder ROP ([MS-OXCROPS] section 2.2.4.3) example consists of a 12-byte sequence, formatted as follows.

 0000: 1D 00 01 05 01 00 00 00-0E 8E DF 36

RopId: 0x1D (RopDeleteFolder ROP)

LogonID: 0x00

InputHandleIndex: 0x01. The location where the handle for the folder is stored.

DeleteFolderFlags: 0x05 (DEL_MESSAGES | DEL_FOLDERS). The specified folder and all messages and subfolders within the folder have to be deleted.

FolderId: 0001-00000E8EDF36. This field uniquely identifies the folder to be deleted.