EnvelopeCollectionAdd Method (Envelope) |
Adds the specified
Envelope object to the collection.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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