set_boundary


Description:

public virtual void set_boundary (string? boundary)

Sets the message boundary for this to boundary.

This should be a string which does not occur anywhere in any of this's subparts. If boundary is null, a randomly-generated boundary will be used.

Parameters:

this

a Multipart object

boundary

the message boundary, or null