EnvelopeCollectionAdd Method (Envelope)
Adds the specified Envelope object to the collection.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public void Add(
	Envelope item
)

Parameters

item
Type: MailBee.ImapMailEnvelope
The Envelope object that should be added to the collection.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionitem is a null reference (Nothing in Visual Basic).
See Also