| Modifier and Type | Class and Description |
|---|---|
class |
EmailMessageBinaryAttachmentBuilderImp |
| Modifier and Type | Method and Description |
|---|---|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilderImp.attachBinaryData(byte[] byteArr,
IsEmptyAllowed isEmptyAllowed)
Adds new attachment to the parent builder.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilder.attachBinaryData(byte[] byteArr,
IsEmptyAllowed isEmptyAllowed)
Adds new attachment to the parent builder.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilderImp.attachBinaryFile(File filePath,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the file as binary data, then adds new attachment to the parent builder.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilder.attachBinaryFile(File filePath,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the file as binary data, then adds new attachment to the parent builder.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilderImp.attachBinaryInputStream(InputStream inputStream,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the
InputStream as binary data,
then adds new attachment to the parent builder. |
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilder.attachBinaryInputStream(InputStream inputStream,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the
InputStream as binary data,
then adds new attachment to the parent builder. |
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilderImp.attachmentFileName(String attachmentFileName)
This is the most common attachment type.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilder.attachmentFileName(String attachmentFileName)
This is the most common attachment type.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilderImp.attachMessage(javax.mail.Message message)
Converts a MIME message to binary data, then adds new attachment to the parent builder.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilder.attachMessage(javax.mail.Message message)
Converts a MIME message to binary data, then adds new attachment to the parent builder.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBuilder.builderForBinaryAttachment()
Optional: Creates a builder for binary attachments.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBuilderImp.builderForBinaryAttachment()
Optional: Creates a builder for binary attachments.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilderImp.inline()
RARE: Sets the attachment type to
EmailMessageAttachmentType.INLINE and clears the attachment file name. |
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilder.inline()
RARE: Sets the attachment type to
EmailMessageAttachmentType.INLINE and clears the attachment file name. |
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilderImp.mimeType(String mimeType)
Sets the MIME type.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilder.mimeType(String mimeType)
Sets the MIME type.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilderFactory.newInstance(EmailMessageBuilder parentBuilder) |
Copyright © 2013–2020. All rights reserved.