MailBee.NET Objects 4.0

EnvelopeCollection.Add Method (Envelope)

Adds the specified Envelope object to the collection.

public void Add(
   Envelope item
);

Parameters

item
The Envelope object that should be added to the collection.

Exceptions

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

See Also

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