MessageIndexCollectionAddRange Method |
When overridden in a derived class, should add the specified range of message numbers or 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 abstract void AddRange(
string startIndex,
string endIndex
)
Public MustOverride Sub AddRange (
startIndex As String,
endIndex As String
)
Parameters
- startIndex
- Type: SystemString
The lower index of the range. - endIndex
- Type: SystemString
The higher index of the range.
See Also