Click or drag to resize
MimeKit

MimeContentStream Property

Get the content stream.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public Stream Stream { get; }

Property Value

Stream
The stream.

Implements

IMimeContentStream
Remarks
Gets the content stream.
See Also