| EnvelopeCollectionAdd Method (Envelope) | 
            Adds the specified 
Envelope object to the collection.
            
 
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic void Add(
	Envelope item
)
Public Sub Add ( 
	item As Envelope
)
Parameters
- item
 - Type: MailBee.ImapMailEnvelope
The Envelope object that should be added to the collection. 
Exceptions
See Also