C# Class MAPIInspector.Parsers.Message

The message element represents a Message object.
Inheritance: SyntacticalBase
Datei anzeigen Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
Content MessageContent
EndMarker Markers
StartMarker1 Markers?
StartMarker2 Markers?

Public Methods

Method Description
Message ( FastTransferStream stream ) : System

Initializes a new instance of the Message class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Message() public method

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

Property Details

Content public_oe property

public MessageContent,MAPIInspector.Parsers Content
return MessageContent

EndMarker public_oe property

public Markers EndMarker
return Markers

StartMarker1 public_oe property

public Markers? StartMarker1
return Markers?

StartMarker2 public_oe property

public Markers? StartMarker2
return Markers?