UidCollectionAdd Method
Adds the specified UID to the collection.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public void Add(
	long uid
)

Parameters

uid
Type: SystemInt64
The UID value.
See Also