C# Class MAPIInspector.Parsers.AttachmentContent

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

Public Properties

Property Type Description
EmbeddedMessage EmbeddedMessage
PropList PropList

Public Methods

Method 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 method

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

Property Details

EmbeddedMessage public_oe property

public EmbeddedMessage,MAPIInspector.Parsers EmbeddedMessage
return EmbeddedMessage

PropList public_oe property

public PropList,MAPIInspector.Parsers PropList
return PropList