MessageNumberCollectionItem Property |
Gets the ordinal message number at the specified zero-based index in the collection.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Integer
Get
Parameters
- index
- Type: SystemInt32
The zero-based index of the ordinal message number in the collection.
Property Value
Type:
Int32
An
Int32 value having the specified zero-based index in the collection.
Exceptions See Also