MessageIndexCollectionAddIndex Method |
When overridden in a derived class, should add the message index (ordinal message number or UID) 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 abstract void AddIndex(
string index
)
Public MustOverride Sub AddIndex (
index As String
)
Parameters
- index
- Type: SystemString
The message index.
See Also