T - ; If File or Image then its the File or FileInputStream or a byte[] for base64 encoded String in the case of EmailMultiPartBuilder.Part.Type.IMAGE_EMBEDDED_BASE64T - public static class EmailMultiPartBuilder.Part<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailMultiPartBuilder.Part.MultiPartType |
static class |
EmailMultiPartBuilder.Part.Type |
| Modifier and Type | Field and Description |
|---|---|
T |
data
If File or Image then its the
File or Absolute path to the File
or FileInputStream or a byte[] for base64 encoded String in the case of EmailMultiPartBuilder.Part.Type.IMAGE_EMBEDDED_BASE64 |
EmailMultiPartBuilder.Part.Type |
type |
| Constructor and Description |
|---|
Part() |
public EmailMultiPartBuilder.Part.Type type
public T data
File or Absolute path to the File
or FileInputStream or a byte[] for base64 encoded String in the case of EmailMultiPartBuilder.Part.Type.IMAGE_EMBEDDED_BASE64Copyright © 2018. All rights reserved.