Multipart.removeAt

gmime.object.ObjectWrap removeAt(int index)

Removes the part at the specified index from multipart.

Parameters

indexthe 0-based index of the part to remove

Returns

the mime part that was removed or null

if the part was not contained within the multipart.