C# Class MAPIInspector.Parsers.PropertyTagWithGroupPropertyName

This structure is a PropertyTag Structure (MS-OXCDATA section 2.9) which is special for named properties
Inheritance: MAPIInspector.Parsers.BaseStructure
Mostra file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
PropertyId ushort
PropertyType PropertyDataType
groupPropertyName GroupPropertyName

Public Methods

Method Description
Parse ( FastTransferStream stream ) : void

Parse the PropertyTagWithGroupPropertyName structure.

Method Details

Parse() public method

Parse the PropertyTagWithGroupPropertyName structure.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream
return void

Property Details

PropertyId public_oe property

public ushort PropertyId
return ushort

PropertyType public_oe property

public PropertyDataType PropertyType
return PropertyDataType

groupPropertyName public_oe property

public GroupPropertyName,MAPIInspector.Parsers groupPropertyName
return GroupPropertyName