Adds the specified UID to the collection.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic void Add(
long uid
)
Public Sub Add (
uid As Long
)
Parameters
- uid
- Type: SystemInt64
The UID value.
See Also