ContentDispositionInline Property

Gets or sets a value that determines the disposition type.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public bool Inline { get; set; }

Property Value

Type: Boolean
true if content in the attachment is presented inline; otherwise, false.
See Also