Uses of Interface
javax.mail.MultipartDataSource
-
Packages that use MultipartDataSource Package Description javax.mail The Jakarta Mail API provides classes that model a mail system. -
-
Uses of MultipartDataSource in javax.mail
Methods in javax.mail with parameters of type MultipartDataSource Modifier and Type Method Description protected voidMultipart. setMultipartDataSource(MultipartDataSource mp)Setup this Multipart object from the given MultipartDataSource.
-