SendMailJobCollectionItem Property |
Gets the element at the specified index.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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.
RemarksThis method simply calls
ItemInt32 to get the element
and thus may also throw exceptions specific to that method.
See Also