- 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 TypeMethodDescriptionvoidvoidsetContent(Multipart content) voidsetContent(Object o, String type) voidvoidsetFileName(String filename) void
-
Method Details
-
addHeader
- Throws:
MessagingException
-
setHeader
- Throws:
MessagingException
-
setContent
- Throws:
MessagingException
-
setContent
- Throws:
MessagingException
-
setDataHandler
- Throws:
MessagingException
-
setFileName
- Throws:
MessagingException
-
