| Modifier and Type | Method and Description |
|---|---|
static EmailMessageAttachmentTextNewLine |
EmailMessageAttachmentTextNewLine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailMessageAttachmentTextNewLine[] |
EmailMessageAttachmentTextNewLine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilderImp.attachText(String text,
EmailMessageAttachmentTextNewLine newLine,
IsEmptyAllowed isEmptyAllowed)
Converts text new-lines (if necessary), then adds new attachment to the parent builder.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilder.attachText(String text,
EmailMessageAttachmentTextNewLine newLine,
IsEmptyAllowed isEmptyAllowed)
Converts text new-lines (if necessary), then adds new attachment to the parent builder.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilderImp.attachTextFile(File filePath,
Charset fileCharset,
EmailMessageAttachmentTextNewLine newLine,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the file as text, converts text new-lines (if necessary),
then adds new attachment to the parent builder.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilder.attachTextFile(File filePath,
Charset fileCharset,
EmailMessageAttachmentTextNewLine newLine,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the file as text, converts text new-lines (if necessary),
then adds new attachment to the parent builder.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilderImp.attachTextInputStream(InputStream inputStream,
Charset inputStreamCharset,
EmailMessageAttachmentTextNewLine newLine,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the
InputStream as text, converts text new-lines (if necessary),
then adds new attachment to the parent builder. |
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilder.attachTextInputStream(InputStream inputStream,
Charset inputStreamCharset,
EmailMessageAttachmentTextNewLine newLine,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the
InputStream as text, converts text new-lines (if necessary),
then adds new attachment to the parent builder. |
Copyright © 2013–2020. All rights reserved.