Holger's
Java API

Uses of Class
com.antelmann.net.mail.Email.Attachment

Packages that use Email.Attachment
com.antelmann.net.mail The classes in this package are designed to ease the handling of emails. 
 

Uses of Email.Attachment in com.antelmann.net.mail
 

Methods in com.antelmann.net.mail that return Email.Attachment
 Email.Attachment[] Email.getAttachments()
          may return an empty array, but not null
 

Methods in com.antelmann.net.mail with parameters of type Email.Attachment
 boolean Email.addAttachment(Email.Attachment attachment)
           
 boolean Email.removeAttachment(Email.Attachment attachment)
           
 

Constructors in com.antelmann.net.mail with parameters of type Email.Attachment
Email.Attachment(Email.Attachment a)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads