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

显示文件 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_oe property

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

MessageId public_oe property

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

MessageIdSize public_oe property

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