Click or drag to resize
MimeKit

DomainListAdd Method

Add a domain.

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

Parameters

domain  String
The domain.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptiondomain is null.
Remarks
Adds the specified domain to the end of the list.
See Also