C# Class MAPIInspector.Parsers.MessageReadState

A class indicates the MessageReadState structure.
Inheritance: MAPIInspector.Parsers.BaseStructure
Datei anzeigen Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
MarkAsRead bool
MessageId byte[]
MessageIdSize ushort

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the MessageReadState structure.

Method Details

Parse() public method

Parse the MessageReadState structure.
public Parse ( Stream s ) : void
s Stream An stream containing MessageReadState structure.
return void

Property Details

MarkAsRead public_oe property

public bool MarkAsRead
return bool

MessageId public_oe property

public byte[] MessageId
return byte[]

MessageIdSize public_oe property

public ushort MessageIdSize
return ushort