jasp.jmail
Class Attachments

java.lang.Object
  extended byjasp.jmail.Attachments

public class Attachments
extends java.lang.Object

JMail.Attachments


Constructor Summary
Attachments()
           
 
Method Summary
 void Add(jasp.jmail.Attachment a)
          Adds an attachment to the collection
 void Clear()
          Clear clears the collection
 int getCount()
          Returns the number of attachments in the collection
 jasp.jmail.Attachment getItem(int index)
          Gets an Attachment from this collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attachments

public Attachments()
Method Detail

Add

public void Add(jasp.jmail.Attachment a)
Adds an attachment to the collection


Clear

public void Clear()
Clear clears the collection


getCount

public int getCount()
Returns the number of attachments in the collection


getItem

public jasp.jmail.Attachment getItem(int index)
                              throws java.lang.Exception
Gets an Attachment from this collection.

Throws:
java.lang.Exception