LumiSoft Net Help
ContentDisposition Property
NamespacesLumiSoft.Net.MIMEMIME_EntityContentDisposition
Gets or sets content disposition. Value null means that header field does not exist.
Declaration Syntax
C#Visual BasicVisual C++F#
public MIME_h_ContentDisposition ContentDisposition { get; set; }
Public Property ContentDisposition As MIME_h_ContentDisposition
	Get
	Set
public:
property MIME_h_ContentDisposition^ ContentDisposition {
	MIME_h_ContentDisposition^ get ();
	void set (MIME_h_ContentDisposition^ value);
}
member ContentDisposition : MIME_h_ContentDisposition with get, set
Property Value
Remarks
Indicates whether a MIME body part is to be shown inline or is an attachment; can also indicate a suggested filename for use when saving an attachment to a file.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
ParseExceptionIs raised when header field parsing errors.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119