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

The MessageChildren element represents children of the Message objects: Recipient and Attachment objects. MessageChildren = [ PidTagFXDelProp ] [ *Recipient ] [ PidTagFXDelProp ] [ *attachment ]
Inheritance: SyntacticalBase
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( FastTransferStream stream ) : void

Deserialize fields from a FastTransferStream.

MessageChildren ( FastTransferStream stream ) : System.Collections.Generic

Initializes a new instance of the MessageChildren class.

Method Details

Deserialize() public méthode

Deserialize fields from a FastTransferStream.
public Deserialize ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Résultat void

MessageChildren() public méthode

Initializes a new instance of the MessageChildren class.
public MessageChildren ( FastTransferStream stream ) : System.Collections.Generic
stream FastTransferStream A FastTransferStream.
Résultat System.Collections.Generic