UidCollectionAddIndex Method
Adds the UID specified as string, to the collection.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public override void AddIndex(
	string index
)

Parameters

index
Type: SystemString
The string containing the UID to be added.
Exceptions
ExceptionCondition
ExceptionParsing the supplied string into UID failed.
See Also