EmailAddressCollectionAdd Method
Adds an e-mail address or addresses to the collection.
Overload List
  NameDescription
Public methodCode exampleAdd(String)
Adds the specified e-mail address to the collection.
Public methodCode exampleAdd(EmailAddress)
Adds the specified EmailAddress object to the collection.
Public methodCode exampleAdd(EmailAddressCollection)
Adds the list of the e-mail addresses specified as EmailAddressCollection to the current collection.
Public methodCode exampleAdd(String, String)
Adds the e-mail address (specified as actual e-mail address and display name parts) to the collection.
Public methodCode exampleAdd(String, String, String)
Adds the e-mail address (specified as actual e-mail address, display name and remarks parts) to the collection.
Top
See Also