Gets or sets content disposition. Value null means that header field does not exist.
Declaration Syntax
C# | Visual Basic | Visual 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
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and this property is accessed. |
ParseException | Is raised when header field parsing errors. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119