IBody.WriteTo Method 

Writes this body to the given stream in MIME message format. @throws

void WriteTo(
   Stream outputStream
);

Parameters

outputStream
the stream to write to.

Exceptions

Exception Type Condition
IOException on I/O errors.

See Also

IBody Interface | NI.Email.Mime.Message Namespace