Java org.apache.commons.mail EmailAttachment fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.mail EmailAttachment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.mail EmailAttachment.

The text is from its open source code.

Subclass

org.apache.commons.mail.EmailAttachment has subclasses.
Click this link to see all its subclasses.

Field

StringATTACHMENT
Definition of the part being an attachment.
StringINLINE
Definition of the part being inline.

Constructor

Method

StringgetDescription()
Get the description.
StringgetName()
Get the name.
voidsetDescription(final String desc)
Set the description.
voidsetDisposition(final String aDisposition)
Set the disposition.
voidsetName(final String aName)
Set the name.
voidsetPath(final String aPath)
Set the path to the attachment.
voidsetURL(final URL aUrl)
Set the URL.