Click or drag to resize
MimeKit

ContentDispositionInline Field

The inline disposition.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public const string Inline = "inline"

Field Value

String
Remarks
Indicates that the MimePart should be rendered inline.
See Also