C# Class MAPIInspector.Parsers.Attachment

Contains an attachmentContent.
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Office-Inspectors-for-Fiddler

Méthodes publiques

Свойство Type Description
AttachmentContent AttachmentContent
EndMarker Markers
PidTagAttachNumber FixedPropTypePropValue
StartMarker Markers

Méthodes publiques

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

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

Property Details

AttachmentContent public_oe property

public AttachmentContent,MAPIInspector.Parsers AttachmentContent
Résultat AttachmentContent

EndMarker public_oe property

public Markers EndMarker
Résultat Markers

PidTagAttachNumber public_oe property

public FixedPropTypePropValue,MAPIInspector.Parsers PidTagAttachNumber
Résultat FixedPropTypePropValue

StartMarker public_oe property

public Markers StartMarker
Résultat Markers