C# Class MAPIInspector.Parsers.IDSET_REPLGUID

Represents a REPLGUID 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
REPLGUID System.Guid

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

Property Details

GLOBSET public property

public GLOBSET,MAPIInspector.Parsers GLOBSET
return GLOBSET

REPLGUID public property

public Guid,System REPLGUID
return System.Guid