Click or drag to resize
MimeKit

IMimeParserSetStream(Stream, MimeFormat) Method

Set the stream to parse.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
void SetStream(
	Stream stream,
	MimeFormat format = MimeFormat.Entity
)

Parameters

stream  Stream
The stream to parse.
format  MimeFormat  (Optional)
The format of the stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
Remarks
Sets the stream to parse.
See Also