C# Class MAPIInspector.Parsers.IDSET_REPLID

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

Public Properties

Property Type Description
GLOBSET GLOBSET
REPLID ushort

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 IDSET_REPLID.
return void

Property Details

GLOBSET public property

public GLOBSET,MAPIInspector.Parsers GLOBSET
return GLOBSET

REPLID public property

public ushort REPLID
return ushort