SharpMimeTools Documented Class Library

MimeTopLevelMediaType Enumeration

[This is preliminary documentation and subject to change.]

RFC 2046 Initial top-level media types

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum MimeTopLevelMediaType

Members

Member Name Description Value
text RFC 2046 section 4.1 1
image RFC 2046 section 4.2 2
audio RFC 2046 section 4.3 4
video RFC 2046 section 4.4 8
application RFC 2046 section 4.5 16
multipart RFC 2046 section 5.1 32
message RFC 2046 section 5.2 64

Requirements

Namespace: anmar.SharpMimeTools

Assembly: SharpMimeTools (in SharpMimeTools.dll)

See Also

anmar.SharpMimeTools Namespace