Click or drag to resize
MimeKit

DomainListInsert Method

Insert a domain at the specified index.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Insert(
	int index,
	string domain
)

Parameters

index  Int32
The index to insert the domain.
domain  String
The domain to insert.

Implements

IListTInsert(Int32, T)
Exceptions
ExceptionCondition
ArgumentNullExceptiondomain is null.
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Inserts the domain at the specified index in the list.
See Also