EmailAttachment
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.common.Attachment, com.groupdocs.watermark.contents.EmailAttachmentBase
public class EmailAttachment extends EmailAttachmentBase
Represents a file attached to an email message.
| Method | Description |
|---|---|
| getName() | Gets the name of the attached file. |
| setName(String value) | Sets the name of the attached file. |
public final String getName()
Gets the name of the attached file.
Returns: java.lang.String - The name of the attached file.
public final void setName(String value)
Sets the name of the attached file.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The name of the attached file. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.