C# Class MAPIInspector.Parsers.NotificationFlagsT

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

Méthodes publiques

Méthode Description
Parse ( Stream s ) : void

Parse the NotificationFlagsT structure.

Method Details

Parse() public méthode

Parse the NotificationFlagsT structure.
public Parse ( Stream s ) : void
s Stream An stream containing NotificationFlagsT structure.
Résultat void