Example #1
0
 public virtual void setRecipient(Message.RecipientType typ, Address address)
 {
     this.setRecipients (typ, new Address []{ address});
 }
Example #2
0
 public abstract void setRecipients(Message.RecipientType type, Address [] addresses);
Example #3
0
 public virtual void setFrom(Address newFrom)
 {
     this.from_ = newFrom;
 }