UidCollectionAddRange Method |
Adds the specified range of UIDs 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 UID in the range. - endIndex
- Type: SystemString
The string containing the higher UID in the range.
Exceptions Exception | Condition |
---|
Exception | Parsing the supplied strings into UIDs failed. |
Remarks endIndex must be not less than startIndex.
See Also