Outlook outlook = new Outlook();
OutlookMail mail = new OutlookMail(outlook);
mail.getReplyRecipients().add("replytome@example.com");
mail.display();
outlook.dispose();
API Reference
| Classic JavaDoc |
OutlookMail.getReplyRecipients
public RecipientsCollection getReplyRecipients()
Community comments
Powered by JavaDocPlus