C# Class MAPIInspector.Parsers.PropertyGroup

The PropertyGroup.
Inheritance: MAPIInspector.Parsers.BaseStructure
Mostra file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
PropertyTagCount uint
PropertyTags MAPIInspector.Parsers.PropertyTagWithGroupPropertyName[]

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

Property Details

PropertyTagCount public_oe property

public uint PropertyTagCount
return uint

PropertyTags public_oe property

public PropertyTagWithGroupPropertyName[],MAPIInspector.Parsers PropertyTags
return MAPIInspector.Parsers.PropertyTagWithGroupPropertyName[]