C# Class MAPIInspector.Parsers.PropertyGroupInfo

Inheritance: MAPIInspector.Parsers.BaseStructure
ファイルを表示 Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
GroupCount uint
GroupId uint
Groups MAPIInspector.Parsers.PropertyGroup[]
Reserved uint

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

Property Details

GroupCount public_oe property

public uint GroupCount
return uint

GroupId public_oe property

public uint GroupId
return uint

Groups public_oe property

public PropertyGroup[],MAPIInspector.Parsers Groups
return MAPIInspector.Parsers.PropertyGroup[]

Reserved public_oe property

public uint Reserved
return uint