C# Class MAPIInspector.Parsers.SubFolder

Contains a folderContent.
Inheritance: SyntacticalBase
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
EndMarker Markers
FolderContent FolderContent
StartMarker Markers

Public Methods

Method Description
Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

SubFolder ( FastTransferStream stream ) : System

Initializes a new instance of the SubFolder class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Parse() public method

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

SubFolder() public method

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

Verify() public static method

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

Property Details

EndMarker public property

public Markers EndMarker
return Markers

FolderContent public property

public FolderContent,MAPIInspector.Parsers FolderContent
return FolderContent

StartMarker public property

public Markers StartMarker
return Markers