MessageNumberCollectionAddIndex Method |
Adds the ordinal message number specified as string, to the collection.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public override void AddIndex(
string index
)
Public Overrides Sub AddIndex (
index As String
)
Parameters
- index
- Type: SystemString
The string containing the ordinal message number to be added.
Exceptions Exception | Condition |
---|
Exception | Parsing the supplied string into an ordinal message number failed. |
See Also