C# Class MAPIInspector.Parsers.IDSET_REPLID

Represents a REPLID and GLOBSET structure pair.
Inheritance: MAPIInspector.Parsers.BaseStructure
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
GLOBSET GLOBSET
REPLID ushort

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 IDSET_REPLID.
Résultat void

Property Details

GLOBSET public_oe property

public GLOBSET,MAPIInspector.Parsers GLOBSET
Résultat GLOBSET

REPLID public_oe property

public ushort REPLID
Résultat ushort