ReadReceiptResponseGetStream Method Ipswitch.Messaging.Framework
Builds a Stream containing the bytes for this email in its MIME format.

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public override Stream GetStream()

Return Value

Type: Stream

[Missing <returns> documentation for "M:Ipswitch.Messaging.Framework.Mail.ReadReceiptResponse.GetStream"]

Exceptions

ExceptionCondition
InvalidOperationExceptionThrown when FinalRecipient, ActionMode, SendingMode, or DispositionType are not set or have been set incorrectly.
See Also

Reference