Click or drag to resize
MimeKit

DomainListItem Property

Get or set the domain at the specified index.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string this[
	int index
] { get; set; }

Parameters

index  Int32
The index.

Property Value

String
The domain at the specified index.

Implements

IListTItemInt32
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Gets or sets the domain at the specified index.
See Also