Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
MAPIInspector
Parsers
GLOBSET
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
Show file
Open project: OfficeDev/Office-Inspectors-for-Fiddler
Class Usage Examples
Public Properties
Property
Type
Description
Commands
Command[]
Public Methods
Method
Description
Parse
(
FastTransferStream
stream
) :
void
Parse from a stream.
Method Details
Parse()
public
method
Parse from a stream.
public
Parse
(
FastTransferStream
stream
) :
void
stream
FastTransferStream
A stream contains GLOBSET.
return
void
Property Details
Commands
public property
public
Command[]
Commands
return
Command[]