Uses of Interface
to.etc.smtp.IMailAttachment

Packages that use IMailAttachment
to.etc.smtp   
 

Uses of IMailAttachment in to.etc.smtp
 

Methods in to.etc.smtp that return types with arguments of type IMailAttachment
 java.util.List<IMailAttachment> Message.getAttachmentList()
           
 

Methods in to.etc.smtp with parameters of type IMailAttachment
 void Message.addAttachment(IMailAttachment a)