Click or drag to resize
MimeKit

MimeReader(Stream, MimeFormat) Constructor

Initialize a new instance of the MimeReader class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public MimeReader(
	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
Creates a new MimeReader that will parse the specified stream.
See Also