PartIter.this

Creates a new #GMimePartIter for iterating over toplevel's subparts.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gmime.object.ObjectWrap toplevel)
    class PartIter

Parameters

toplevel gmime.object.ObjectWrap

a #GMimeObject to use as the toplevel

Return Value

a newly allocated #GMimePartIter which should be freed using gmime.part_iter.PartIter.free when finished with it.