Click or drag to resize
MimeKit

BodyPartMultipart Class

A multipart body part.
Inheritance Hierarchy
SystemObject
  MailKitBodyPart
    MailKitBodyPartMultipart

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class BodyPartMultipart : BodyPart

The BodyPartMultipart type exposes the following members.

Constructors
 NameDescription
Public methodBodyPartMultipart Initializes a new instance of the BodyPartMultipart class.
Top
Properties
 NameDescription
Public propertyBodyParts Gets the child body parts.
Public propertyContentDisposition Gets the Content-Disposition of the body part, if available.
Public propertyContentLanguage Gets the Content-Language of the body part, if available.
Public propertyContentLocation Gets the Content-Location of the body part, if available.
Public propertyContentType Gets the Content-Type of the body part.
(Inherited from BodyPart)
Public propertyCode examplePartSpecifier Gets the part specifier.
(Inherited from BodyPart)
Top
Methods
 NameDescription
Public methodAccept Dispatches to the specific visit method for this MIME body part.
(Overrides BodyPartAccept(BodyPartVisitor))
Protected methodEncode Encodes the BodyPart into the StringBuilder.
(Overrides BodyPartEncode(StringBuilder))
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString Returns a String that represents the current BodyPart.
(Inherited from BodyPart)
Top
Remarks
A multipart body part.
See Also