Interface MimePartBuilder

  • All Known Implementing Classes:
    InlineMimePartBuilder
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface MimePartBuilder
    • Method Detail

      • build

        javax.mail.internet.MimeBodyPart build​(AdaptrisMessage msg)
                                        throws java.lang.Exception
        Build the body part
        Throws:
        java.lang.Exception