ContentDisposition.Inline Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9448)
Inline
Determines whether the content disposition is inline.
Declaration
public bool Inline { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | True if inline; false if attachment. |