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
Syntaxpublic bool Inline { get; set; }
Public Property Inline As Boolean
Get
Set
public:
property bool Inline {
bool get ();
void set (bool value);
}
member Inline : bool with get, set
Property Value
Type:
Booleantrue if content in the attachment is presented inline; otherwise, false.
See Also