A class indicates the NotificationFlagsT.
Inheritance: MAPIInspector.Parsers.BaseStructure
 /// <summary>
 /// Parse the NotificationFlags structure.
 /// </summary>
 /// <param name="s">An stream containing NotificationFlags structure.</param>
 public override void Parse(Stream s)
 {
     base.Parse(s);
     this.Value = new NotificationFlagsT();
     this.Value.Parse(s);
 }
 /// <summary>
 /// Parse the NotificationFlags structure.
 /// </summary>
 /// <param name="s">An stream containing NotificationFlags structure.</param>
 public override void Parse(Stream s)
 {
     base.Parse(s);
     this.Value = new NotificationFlagsT();
     this.Value.Parse(s);
 }