C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.Recipient

The Recipient element represents a Recipient object, which is a subobject of the Message object. Recipient = StartRecip propList EndToRecip
Inheritance: SyntacticalBase
显示文件 Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
Deserialize ( FastTransferStream stream ) : void

Deserialize fields from a FastTransferStream.

Recipient ( FastTransferStream stream )

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

Deserialize() public method

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

Recipient() public method

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

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