C# Class MAPIInspector.Parsers.Deletions

The Deletions element contains information of messages that have been deleted expired or moved out of the sync scope.
Inheritance: SyntacticalBase
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
PropList PropList
StartMarker Markers

Public Methods

Method Description
Deletions ( FastTransferStream stream ) : System

Initializes a new instance of the Deletions class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Deletions() public method

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

Parse() public method

Parse fields 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 Deletions.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
return bool

Property Details

PropList public property

public PropList,MAPIInspector.Parsers PropList
return PropList

StartMarker public property

public Markers StartMarker
return Markers