MessageNumberCollectionAddIndex Method
Adds the ordinal message number specified as string, to the collection.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public override void AddIndex(
	string index
)

Parameters

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