MailBee.NET Objects 4.0

SendMailJobCollection.Item Property

Gets the element at the specified index.

public SendMailJob this[
   int index
] {get;}

Parameters

index
The zero-based index of the entry to get.

Property Value

The element at the specified index.

Remarks

This method simply calls Item to get the element and thus may also throw exceptions specific to that method.

See Also

SendMailJobCollection Class | MailBee.SmtpMail Namespace