Possible values for the content disposition type which determines the presentation
style
Namespace: S22.ImapAssembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)
Syntax
| C# |
|---|
public enum ContentDispositionType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | The content disposition could not be determined. | |
| Inline | 1 | An inline content disposition means that the content should be automatically displayed when the message is displayed. | |
| Attachment | 2 | An attachment content disposition means that the content should not be displayed automatically and requires some form of action from the user to open it. |