Possible values for the content disposition type which determines the presentation style

Namespace: S22.Imap
Assembly: S22.Imap (in S22.Imap.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public enum ContentDispositionType

Members

Member nameValueDescription
Unknown0 The content disposition could not be determined.
Inline1 An inline content disposition means that the content should be automatically displayed when the message is displayed.
Attachment2 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.

See Also