C# Class MAPIInspector.Parsers.Attachment

Contains an attachmentContent.
Inheritance: SyntacticalBase
Show file Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
AttachmentContent AttachmentContent
EndMarker Markers
PidTagAttachNumber FixedPropTypePropValue
StartMarker Markers

Public Methods

Method Description
Attachment ( FastTransferStream stream ) : System

Initializes a new instance of the Attachment class.

Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Attachment() public method

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

Property Details

AttachmentContent public property

public AttachmentContent,MAPIInspector.Parsers AttachmentContent
return AttachmentContent

EndMarker public property

public Markers EndMarker
return Markers

PidTagAttachNumber public property

public FixedPropTypePropValue,MAPIInspector.Parsers PidTagAttachNumber
return FixedPropTypePropValue

StartMarker public property

public Markers StartMarker
return Markers