jasp.jmail
Class Recipients

java.lang.Object
  extended byjasp.jmail.Recipients

public class Recipients
extends java.lang.Object

Implements JMail.Recipients in java


Constructor Summary
Recipients()
           
 
Method Summary
 void Add(Recipient rc)
          Adds a recipient to the collection
 void Clear()
          Clear the collection
 int getCount()
          Returns the number of recipients in the collection
 Recipient getItem(int index)
          Returns a recipient object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Recipients

public Recipients()
Method Detail

Add

public void Add(Recipient rc)
Adds a recipient to the collection


Clear

public void Clear()
Clear the collection


getCount

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


getItem

public Recipient getItem(int index)
Returns a recipient object