C# Class MAPIInspector.Parsers.NotificationFlagsT

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

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the NotificationFlagsT structure.

Method Details

Parse() public method

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