C# Class MAPIInspector.Parsers.MetaPropValue

The MetaPropValue represents identification information and the value of the Metaproperty.
Inheritance: SyntacticalBase
Exibir arquivo Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
PropID ushort
PropType ushort
PropValue object

Public Methods

Method Description
MetaPropValue ( FastTransferStream stream ) : System

Initializes a new instance of the MetaPropValue class.

Parse ( FastTransferStream stream ) : void

Parse MetaPropValue from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

Verify that a stream's current position contains a serialized MetaPropValue.

Method Details

MetaPropValue() public method

Initializes a new instance of the MetaPropValue class.
public MetaPropValue ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
return System

Parse() public method

Parse MetaPropValue from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
return void

Verify() public static method

Verify that a stream's current position contains a serialized MetaPropValue.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
return bool

Property Details

PropID public_oe property

public ushort PropID
return ushort

PropType public_oe property

public ushort PropType
return ushort

PropValue public_oe property

public object PropValue
return object