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

Méthodes publiques

Свойство Type Description
PropList PropList
StartMarker Markers

Méthodes publiques

Méthode 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 méthode

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

Parse() public méthode

Parse fields from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Résultat void

Verify() public static méthode

Verify that a stream's current position contains a serialized Deletions.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Résultat bool

Property Details

PropList public_oe property

public PropList,MAPIInspector.Parsers PropList
Résultat PropList

StartMarker public_oe property

public Markers StartMarker
Résultat Markers