Click or drag to resize
MimeKit

DomainListIndexOf Method

Get the index of the requested domain, if it exists.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int IndexOf(
	string domain
)

Parameters

domain  String
The domain.

Return Value

Int32
The index of the requested domain; otherwise

Field Value

Int32
-1.

Implements

IListTIndexOf(T)
Exceptions
ExceptionCondition
ArgumentNullExceptiondomain is null.
Remarks
Finds the index of the specified domain, if it exists.
See Also