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