remove_at
Description:
public virtual Object remove_at (
int index)
Removes the part at the specified index from this.
Parameters:
| this |
a Multipart object
|
| index |
the 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.
|