Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

OutlookMail.getReplyRecipients

public RecipientsCollection getReplyRecipients()

Community comments


Set the Reply-To address
Vote up  |  Vote down
Outlook outlook = new Outlook();
OutlookMail mail = new OutlookMail(outlook);
mail.getReplyRecipients().add("replytome@example.com");
mail.display();
outlook.dispose();


Powered by JavaDocPlus