C# Class MAPIInspector.Parsers.EmbeddedMessage

Contain a MessageContent.
Inheritance: SyntacticalBase
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
EndMarker Markers
MessageContent MessageContent
StartMarker Markers

Public Methods

Method Description
EmbeddedMessage ( FastTransferStream stream ) : System

Initializes a new instance of the EmbeddedMessage class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

EmbeddedMessage() public method

Initializes a new instance of the EmbeddedMessage class.
public EmbeddedMessage ( 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 EmbeddedMessage.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
return bool

Property Details

EndMarker public property

public Markers EndMarker
return Markers

MessageContent public property

public MessageContent,MAPIInspector.Parsers MessageContent
return MessageContent

StartMarker public property

public Markers StartMarker
return Markers