MailMessageCollectionAdd Method
Adds the specified MailMessage or MailMessageCollection object to the collection.
Overload List
  NameDescription
Public methodCode exampleAdd(MailMessage)
Adds the specified MailMessage object to the collection.
Public methodAdd(MailMessageCollection)
Adds the contents of the specified MailMessageCollection the current collection.
Top
See Also