MessagePart.this

Creates a new MIME message part object with a default content-type of message/subtype.

  1. this(void* ptr, Flag!"Take" take)
  2. this(string subtype)
    class MessagePart
    this
    (
    string subtype
    )

Parameters

subtype string

message subtype or null for "rfc822"

Return Value

an empty MIME message part object with a default content-type of message/subtype.