MailMessageCollectionAdd Method (MailMessage)
Adds the specified MailMessage object to the collection.

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

Parameters

message
Type: MailBee.MimeMailMessage
The MailMessage object to be added to the collection.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionmessage is a null reference (Nothing in Visual Basic).
Examples
The example is available in MailMessageCollection topic.
See Also