C# Class MAPIInspector.Parsers.AttachmentContent

The attachmentContent element contains the properties and the embedded message of an Attachment object. If present,
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Méthodes publiques

Свойство Type Description
EmbeddedMessage EmbeddedMessage
PropList PropList

Méthodes publiques

Méthode Description
AttachmentContent ( FastTransferStream stream ) : System

Initializes a new instance of the AttachmentContent class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

AttachmentContent() public méthode

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

Property Details

EmbeddedMessage public_oe property

public EmbeddedMessage,MAPIInspector.Parsers EmbeddedMessage
Résultat EmbeddedMessage

PropList public_oe property

public PropList,MAPIInspector.Parsers PropList
Résultat PropList