Multipart Class

Represents a MIME multipart body (see RFC 2045).A multipart body has a ordered list of body parts. The multipart body also has a preamble and epilogue. The preamble consists of whatever characters appear before the first body part while the epilogue consists of whatever characters come after the last body part.

For a list of all members of this type, see Multipart Members.

System.Object
   NI.Email.Mime.Message.Multipart

public class Multipart : IBody

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NI.Email.Mime.Message

Assembly: NI.Email.Mime (in NI.Email.Mime.dll)

See Also

Multipart Members | NI.Email.Mime.Message Namespace