MessageNumberCollectionAddRange Method |
Adds the specified range of message numbers 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 AddRange(
string startIndex,
string endIndex
)
Public Overrides Sub AddRange (
startIndex As String,
endIndex As String
)
Parameters
- startIndex
- Type: SystemString
The string containing the lower message number in the range. - endIndex
- Type: SystemString
The string containing the higher message number in the range.
Exceptions Exception | Condition |
---|
Exception | Parsing the supplied strings into message numbers failed. |
Remarks endIndex must be not less than startIndex.
See Also