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.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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