- All Known Implementing Classes:
BodyPartTag
,EmailTag
public interface PartTag
A tag that provides values to JavaMail
Part
interface.- Author:
- New Media Works
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setContent
(Object o, String type) void
setContent
(Multipart content) void
void
setFileName
(String filename) void
-
Method Details
-
addHeader
- Throws:
MessagingException
-
setHeader
- Throws:
MessagingException
-
setContent
- Throws:
MessagingException
-
setContent
- Throws:
MessagingException
-
setDataHandler
- Throws:
MessagingException
-
setFileName
- Throws:
MessagingException
-