예제 #1
0
 public abstract void setRecipients(Message.RecipientType type, Address [] addresses);
예제 #2
0
 public abstract Address[] getRecipients(Message.RecipientType type);
예제 #3
0
 public virtual void setRecipient(Message.RecipientType typ, Address address)
 {
     this.setRecipients(typ, new Address [] { address });
 }