Click or drag to resize
MimeKit

MimeReaderSetStream Method

Set the stream to parse.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public virtual 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