Adds the specified UID to the collection.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public void Add(
long uid
)
Public Sub Add (
uid As Long
)
Parameters
- uid
- Type: SystemInt64
The UID value.
See Also