gmime.message_partial

Module for [MessagePartial] class

Types 3

A message/partial MIME part.

Methods
GType _gType() @property
MessagePartial self()Returns `this`, for use in `with` statements.
MessagePartialGidBuilder builder()Get builder for [gmime.message_partial.MessagePartial] Returns: New builder object
gmime.message.Message reconstructMessage(gmime.message_partial.MessagePartial[] partials)Reconstructs the GMimeMessage from the given message/partial parts in partials.
string getId()Gets the message/partial id parameter value. Returns: the message/partial id or null on fail.
int getNumber()Gets the message/partial part number. Returns: the message/partial part number or %-1 on fail.
int getTotal()Gets the total number of message/partial parts needed to reconstruct the original message. Returns: the total number of message/partial parts needed to reconstruct the original message or -1 on fail.
Constructors
this(void * ptr, Flag!"Take" take)
this(string id, int number, int total)Creates a new MIME message/partial object.

Fluent builder for [gmime.message_partial.MessagePartial]