gmime.message_part

Module for [MessagePart] class

Types 3

A message/rfc822 or message/news MIME part.

Methods
GType _gType() @property
MessagePart self()Returns `this`, for use in `with` statements.
MessagePartGidBuilder builder()Get builder for [gmime.message_part.MessagePart] Returns: New builder object
gmime.message_part.MessagePart newWithMessage(string subtype, gmime.message.Message message)Creates a new MIME message part object with a default content-type of message/subtype containing message.
gmime.message.Message getMessage()Gets the message object on the message part object part. Returns: the message part contained within part.
void setMessage(gmime.message.Message message)Sets the message object on the message part object part.
Constructors
this(void * ptr, Flag!"Take" take)
this(string subtype)Creates a new MIME message part object with a default content-type of message/subtype.

Fluent builder for [gmime.message_part.MessagePart]