Outlook outlook = new Outlook();
OutlookMail mail = new OutlookMail(outlook);
mail.setSubject("Please vote for your favorite fruit");
mail.setTo("test@example.com");
mail.setVotingOptions("Apple;Orange;Peach;Kiwi");
mail.send();
API Reference
| Classic JavaDoc |
OutlookMail.setVotingOptions
public void setVotingOptions(String value)
Community comments
Please do not ask questions. If you need help or support, contact support@moyosoft.com. Questions, bug reports and feature requests will be deleted. |
Powered by JavaDocPlus