MailBee.NET Objects 4.0

EnvelopeCollection.Add Method (EnvelopeCollection)

Adds another EnvelopeCollection to the current collection.

public void Add(
   EnvelopeCollection items
);

Parameters

items
The EnvelopeCollection object whose items should be added to the collection.

Exceptions

Exception Type Condition
MailBeeInvalidArgumentException items is a null reference (Nothing in Visual Basic).

See Also

EnvelopeCollection Class | MailBee.ImapMail Namespace | EnvelopeCollection.Add Overload List