C# Class MAPIInspector.Parsers.Recipient

The Recipient element represents a Recipient object, which is a subobject of the Message object.
Inheritance: SyntacticalBase
Mostra file Open project: OfficeDev/Office-Inspectors-for-Fiddler

Public Properties

Property Type Description
EndMarker Markers
PropList PropList
StartMarker Markers

Public Methods

Method Description
Parse ( FastTransferStream stream ) : void

Parse fields from a FastTransferStream.

Recipient ( FastTransferStream stream ) : System

Initializes a new instance of the Recipient class.

Verify ( FastTransferStream stream ) : bool

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

Method Details

Parse() public method

Parse fields from a FastTransferStream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
return void

Recipient() public method

Initializes a new instance of the Recipient class.
public Recipient ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
return System

Verify() public static method

Verify that a stream's current position contains a serialized Recipient.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
return bool

Property Details

EndMarker public_oe property

public Markers EndMarker
return Markers

PropList public_oe property

public PropList,MAPIInspector.Parsers PropList
return PropList

StartMarker public_oe property

public Markers StartMarker
return Markers