SmtpServerCollectionItem Property
Gets or sets 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 SmtpServer this[
	int index
] { get; set; }

Parameters

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

Property Value

Type: SmtpServer
The element at the specified index.
See Also