ContentDisposition.Inline Property
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 8.0.9673)
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. |