UidCollectionAdd Method
Adds the specified UID to the collection.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void Add(
	long uid
)

Parameters

uid
Type: SystemInt64
The UID value.
See Also