gmime.message_partial

Module for [MessagePartial] class

Types 3

A message/partial MIME part.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
MessagePartial self() nothrowReturns `this`, for use in `with` statements.
MessagePartialGidBuilder builder() static nothrowGet builder for [gmime.message_partial.MessagePartial] Returns: New builder object
gmime.message.Message reconstructMessage(gmime.message_partial.MessagePartial[] partials) static nothrowReconstructs the GMimeMessage from the given message/partial parts in partials.
string getId() nothrowGets the message/partial id parameter value. Returns: the message/partial id or null on fail.
int getNumber() nothrowGets the message/partial part number. Returns: the message/partial part number or %-1 on fail.
int getTotal() nothrowGets 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.
Methods
MessagePartial build() nothrowCreate object from builder. Returns: New object