Types of actions which mail user agent should take to present the specified data to the user. It simply says what you should do with the data. (RFC 2183)

Namespace: Lesnikowski.Mail.Headers.Constants
Assembly:  Mail (in Mail.dll)
Version: 2.7.2897.36617

Syntax

C#
public enum MimeDisposition
Visual Basic (Declaration)
Public Enumeration MimeDisposition
Visual C++
public enum class MimeDisposition

Members

Member nameDescription
Inline
Data should be displayed to the user.
Attachment
This is attachment.

See Also