SendMailJobCollectionItem Property
Gets the element at the specified index.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public SendMailJob this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the entry to get.

Property Value

Type: SendMailJob
The 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