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

Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
MarkAsRead byte
MessageId byte[]
MessageIdSize ushort

Méthodes publiques

Méthode Description
Serialize ( ) : byte[]

Serialize the ROP request buffer.

Size ( ) : int

Return the size of this MessageReadState structure.

Method Details

Serialize() public méthode

Serialize the ROP request buffer.
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

Return the size of this MessageReadState structure.
public Size ( ) : int
Résultat int

Property Details

MarkAsRead public_oe property

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

MessageId public_oe property

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

MessageIdSize public_oe property

This value specifies the size of the MessageId field.
public ushort MessageIdSize
Résultat ushort