C# Class MAPIInspector.Parsers.GLOBSET

Represents GLOBSET structure is a set of GLOBCNT structures, that are reduced to one or more GLOBCNT ranges. A GLOBCNT range is created using any of the commands
Inheritance: MAPIInspector.Parsers.BaseStructure
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
Commands Command[]

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse from a stream.

Method Details

Parse() public méthode

Parse from a stream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A stream contains GLOBSET.
Résultat void

Property Details

Commands public_oe property

public Command[] Commands
Résultat Command[]