C# Class Microsoft.Protocols.TestSuites.Common.RopSetMessageReadFlagResponse

Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
ClientData byte[]
LogonId byte?
ReadStatusChanged byte
ResponseHandleIndex byte
ReturnValue uint
RopId byte

Public Methods

Method Description
Deserialize ( byte ropBytes, int startIndex ) : int

Deserialize the ROP response buffer.

Method Details

Deserialize() public method

Deserialize the ROP response buffer.
public Deserialize ( byte ropBytes, int startIndex ) : int
ropBytes byte ROPs bytes in response.
startIndex int The start index of this ROP.
return int

Property Details

ClientData public property

Array of 24 bytes. This field is present when the value in the ReadStatusChanged field is non-zero and is not present otherwise. This field MUST be set to the value of the ClientData field in the request.
public byte[] ClientData
return byte[]

LogonId public property

Unsigned 8-bit integer. This field is present when the value in the ReadStatusChanged field is non-zero and is not present otherwise. This field MUST be set to the value of the LogonId field in the request.
public byte? LogonId
return byte?

ReadStatusChanged public property

8-bit Boolean. This value specifies whether the read status of a public folder's message has changed.
public byte ReadStatusChanged
return byte

ResponseHandleIndex public property

Unsigned 8-bit integer. This index MUST be set to the ResponseHandleIndex specified in the request.
public byte ResponseHandleIndex
return byte

ReturnValue public property

Unsigned 32-bit integer. This value specifies the status of the remote operation. For successful response, this field is set to 0x00000000. For failure response, this field is set to a value other than 0x00000000.
public uint ReturnValue
return uint

RopId public property

Unsigned 8-bit integer. This value specifies the type of remote operation. For this operation, this field is set to 0x11.
public byte RopId
return byte