MailBee.NET Objects 4.0

UidCollection.AddIndex Method 

Adds the UID specified as string, to the collection.

public override void AddIndex(
   string index
);

Parameters

index
The string containing the UID to be added.

Exceptions

Exception Type Condition
Exception Parsing the supplied string into UID failed.

See Also

UidCollection Class | MailBee.ImapMail Namespace