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