4.3.2 ROP Response Buffer

The ROP response buffer in this example would look like the following.

 0000: 34 00 00 00 00 00

The composition of the response buffer is as follows:

RopId: 0x34 (RopAbortSubmit ROP ([MS-OXCROPS] section 2.2.7.2))

InputHandleIndex: 0x00

ReturnValue: 0x00000000 (ecNone)

The response message indicates that the RopAbortSubmit ROP succeeded. The message has been removed from the server. The mfUnsent bit is set (restored) and the mfSubmitted bit is cleared on the message's PidTagMessageFlags property ([MS-OXCMSG] section 2.2.1.6). Unless another RopSubmitMessage ROP ([MS-OXCROPS] section 2.2.7.1) is issued on this Message object, the message will not be sent.