createJwmaMessagePartImpl(Part part, int number) Creates a JwmaMessagePartImpl instance from a given
javax.mail.Part instance.
Parameters: part - a javax.mail.Part instance. Parameters: number - the number of the part as int.
createJwmaMessagePartImpl(int number) Creates a JwmaMessagePartImpl instance with a given
part number.
Parameters: number - the number of the part as int.
Creates a JwmaMessagePartImpl instance from a given
javax.mail.Part instance.
Parameters: part - a javax.mail.Part instance. Parameters: number - the number of the part as int. the newly created instance. throws: JwmaException - if it fails to create the new instance.