C# Class MAPIInspector.Parsers.NotificationFlags

A class indicates the NotificationFlags.
Inheritance: MAPIInspector.Parsers.BaseStructure
Mostra file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
Value NotificationFlagsT

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the NotificationFlags structure.

Method Details

Parse() public method

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

Property Details

Value public_oe property

public NotificationFlagsT,MAPIInspector.Parsers Value
return NotificationFlagsT