MailBee.NET Objects 7.2

MailMessageCollection.Add Method

Adds the specified MailMessage or MailMessageCollection object to the collection.

Overload List

Adds the specified MailMessage object to the collection.

public void Add(MailMessage);

Adds the contents of the specified MailMessageCollection the current collection.

public void Add(MailMessageCollection);

See Also

MailMessageCollection Class | MailBee.Mime Namespace | MailMessage