EnvelopeCollectionAdd Method (EnvelopeCollection)
Adds another EnvelopeCollection to the current collection.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void Add(
	EnvelopeCollection items
)

Parameters

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