Click or drag to resize
MimeKit

IMimeContentOpen Method

Open the decoded content stream.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
Stream Open()

Return Value

Stream
The decoded content stream.
Remarks
Provides a means of reading the decoded content without having to first write it to another stream using DecodeTo(Stream, CancellationToken).
See Also