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
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
PropertyId ushort
PropertyType PropertyDataType
groupPropertyName GroupPropertyName

Méthodes publiques

Méthode Description
Parse ( FastTransferStream stream ) : void

Parse the PropertyTagWithGroupPropertyName structure.

Method Details

Parse() public méthode

Parse the PropertyTagWithGroupPropertyName structure.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream
Résultat void

Property Details

PropertyId public_oe property

public ushort PropertyId
Résultat ushort

PropertyType public_oe property

public PropertyDataType PropertyType
Résultat PropertyDataType

groupPropertyName public_oe property

public GroupPropertyName,MAPIInspector.Parsers groupPropertyName
Résultat GroupPropertyName