Click or drag to resize

IFluentMailTo Method

Overload List
  NameDescription
Public methodTo(String)
Sets address(es) of the primary recipient(s) of this email message ('To' header). This method can be used multiple times to set many addresses.
Public methodTo(MailAddress)
Sets address(es) of the primary recipient(s) of this email message ('To' header). You can use MailBox to represent single mailbox, or MailGroup to represent group of email addresses. This method can be used multiple times to set many addresses.
Top
See Also