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

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

Public Properties

Property Type Description
MarkAsRead byte
MessageId byte[]
MessageIdSize ushort

Public Methods

Method Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this MessageReadState structure.

Method Details

Serialize() public method

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
return byte[]

Size() public method

Return the size of this MessageReadState structure.
public Size ( ) : int
return int

Property Details

MarkAsRead public property

This value specifies whether to mark the message as read or not.
public byte MarkAsRead
return byte

MessageId public property

This value identifies the message to be marked as read or unread.
public byte[] MessageId
return byte[]

MessageIdSize public property

This value specifies the size of the MessageId field.
public ushort MessageIdSize
return ushort