UidCollectionAddIndex Method |
Adds the UID specified as string, to the collection.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic override void AddIndex(
string index
)
Public Overrides Sub AddIndex (
index As String
)
Parameters
- index
- Type: SystemString
The string containing the UID to be added.
ExceptionsException | Condition |
---|
Exception | Parsing the supplied string into UID failed. |
See Also