Click or drag to resize

IContentDisposition Interface

Content-Disposition header interface.

Namespace: Limilabs.Mail.Headers
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public interface IContentDisposition

The IContentDisposition type exposes the following members.

Properties
 NameDescription
Public propertyFileName Suggested filename ('filename' parameter). May be null. Consider using SafeFileName as it is guaranteed to contain valid file name.
Public propertyItem Gets or sets options value for specified key.
Public propertyValue Gets of sets disposition of content.
Top
See Also