MailMessageCollectionAdd Method (MailMessageCollection)
Adds the contents of the specified MailMessageCollection the current collection.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void Add(
	MailMessageCollection messages
)

Parameters

messages
Type: MailBee.MimeMailMessageCollection
The MailMessageCollection object whose items should be added to the collection.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionmessages is a null reference (Nothing in Visual Basic).
See Also