SendMailJobCollectionItem Property |
Gets the element at the specified index.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public SendMailJob this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As SendMailJob
Get
Parameters
- index
- Type: SystemInt32
The zero-based index of the entry to get.
Property Value
Type:
SendMailJobThe element at the specified index.
Remarks This method simply calls
ItemInt32 to get the element
and thus may also throw exceptions specific to that method.
See Also