Determines whether the content disposition is inline.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Property Inline As Boolean
	Get
	Set
C#
public bool Inline { get; set; }

Field Value

True if inline; false if attachment.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also