The MimePartContentDescriptiontype exposes the following members.

Constructors

  Name Description
MimePartContentDescription
Creates a new instance of the MimePartContentDescription class.

Methods

  Name Description
Add
Adds one MIME part to the end of the child MIME part list.
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetBody
Represents the body in byte or null, if there is none.
(Inherited from ContentDescription.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
RecomputeBody
Recomputes the body of this instance.
(Overrides ContentDescription . . :: . RecomputeBody () () () .)
Remove
Removes the first occurrence of a MIME part from the list of child MIME parts.
RemoveAt
Removes the MIME part located at the specified index of the list of child MIME parts.
SetBody
Sets the body content.
(Inherited from ContentDescription.)
ToString
Represents MediaDescription as a string.
(Inherited from ContentDescription.)

Fields

  Name Description
ContentDispositionType_Alert
Indicates that the MIME part is a custom ring tone to alert the user.
ContentDispositionType_Icon
Indicates that the MIME part should be displayed to the user as an icon.
ContentDispositionType_Inline
Indicates that the MIME part should be displayed automatically.
ContentDispositionType_Render
Indicates that the MIME part should be displayed to the user.
ContentDispositionType_Session
Indicates that the MIME part describes a communication session.

Properties

  Name Description
Children
Gets a collection of MIME parts contained in a MIME/mixed or MIME/alternative body. This collection is empty when the Content-Type of the MIME part differs from multipart/mixed or multipart/alternative.
ContentDispositionHeader
Gets or sets the Content-Disposition header of the MIME part.
ContentDispositionType
Gets or sets the Content-Disposition of the MIME part.
ContentId
Gets or sets the Content-ID of the MIME part. Can be null.
ContentIdHeader
Gets or sets the Content-ID header of the MIME part. Can be null when the Content-ID header is missing.
ContentType
Gets or sets the ContentType for the body or null if none is specified.
(Inherited from ContentDescription.)
ContentTypeHeader
Gets the Content-Type header of the MIME part.
IsHandlingRequired
Gets or sets whether the handling of the MIME part is required.
Parent
Gets the parent of the MIME part. The parent MIME part can be null when the MIME part is the top node.
SignalingHeaders
Gets the list of signaling headers including Content-Id, Content-Type, and Content-Disposition.

See Also