C# Class MAPIInspector.Parsers.MessageList

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

Méthodes publiques

Свойство Type Description
MetaTagEcWaringMessages MAPIInspector.Parsers.MetaTagEcWaringMessage[]

Méthodes publiques

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

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

Property Details

MetaTagEcWaringMessages public_oe property

public MetaTagEcWaringMessage[],MAPIInspector.Parsers MetaTagEcWaringMessages
Résultat MAPIInspector.Parsers.MetaTagEcWaringMessage[]