| MimeBaseContentDisposition Property |
'Content-Disposition' of the data.
This object provides information on what you should do with the data.
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public IContentDisposition ContentDisposition { get; }
Public ReadOnly Property ContentDisposition As IContentDisposition
Get
public:
property IContentDisposition^ ContentDisposition {
IContentDisposition^ get ();
}
member ContentDisposition : IContentDisposition with get
Property Value
Type:
IContentDispositionSee Also