MailBee.NET Objects 7.2

MimePartType Enumeration

Defines the available categories of MIME parts.

public enum MimePartType

Remarks

To determine the category of the given MIME part, use PartType property.

Members

Member Name Description
Other The MIME part format is non-standard.
PlainText The MIME part contains plain text (ContentType is text/plain value).
Html The MIME part contains HTML (ContentType is text/html value).
RichText The MIME part contains text in rich-text format (ContentType is text/rtf or text/richtext value).
Xml The MIME part contains XML data (ContentType is text/xml value).
Rfc822Message The MIME part contains encapsulated e-mail message (ContentType is message/rfc822 value).
Image The MIME part represents an image (ContentType is image/* value, e.g. image/jpeg, image/gif, etc).
Multipart The MIME part contains nested MIME parts (ContentType is multipart/* value, e.g. multipart/mixed, multipart/related, etc).

Requirements

Namespace: MailBee.Mime

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBee.Mime Namespace | MimePart