Possible values for the "Type" property of the Bodypart class. For a detailed description of MIME Media Types refer to RFC 2046.

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

Syntax

C#
public enum ContentType

Members

Member nameValueDescription
Text0 The "text" media type is intended for sending material which is principally textual in form.
Image1 A media type of "image" indicates that the body contains an image. The subtype names the specific image format.
Audio2 A media type of "audio" indicates that the body contains audio data.
Video3 A media type of "video" indicates that the body contains a time-varying-picture image, possibly with color and coordinated sound.
Application4 The "application" media type is to be used for discrete data which do not fit in any of the other categories, and particularly for data to be processed by some type of application program.
Message5 The "message" content type allows messages to contain other messages or pointers to other messages.
Other6 The media type value is unknown or could not be determined.

See Also