C# Class MAPIInspector.Parsers.MessageList

The MessageList element contains a list of messages, which is determined by the scope of the operation.
Inheritance: SyntacticalBase
Mostrar archivo Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
MetaTagEcWaringMessages MAPIInspector.Parsers.MetaTagEcWaringMessage[]

Public Methods

Method Description
MessageList ( FastTransferStream stream ) : System

Initializes a new instance of the MessageList class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

MessageList() public method

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

Property Details

MetaTagEcWaringMessages public_oe property

public MetaTagEcWaringMessage[],MAPIInspector.Parsers MetaTagEcWaringMessages
return MAPIInspector.Parsers.MetaTagEcWaringMessage[]