public static class MailTrigger.MailAttachment
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
byte[] |
body
The body of the file attachment.
|
java.lang.String |
filename
The name of the file attachment.
|
Constructor and Description |
---|
MailAttachment()
Creates a new mail attachment variable with default values.
|
MailAttachment(java.lang.String filename,
byte[] body)
Creates a new mail attachment variable with the specified values.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones the mail attachment variable.
|
public transient byte[] body
public java.lang.String filename
public MailAttachment()
public MailAttachment(java.lang.String filename, byte[] body)
filename
- The name of the file attachment.body
- The body of the file attachment.© 2000-2025 Flux Corporation. All rights reserved.