Mime4.net Home | Community Edition | Order | Usage examples | Feedback
DomainList Item Property MIME4NET Class Library Documentation
Gets the domain name or domain literal at the specified index.

Namespace: NI.Email.Mime.Field.Address
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public string this[
	int index
] { get; }

Property Value

Type: String
Exceptions

ExceptionCondition
[!:IndexOutOfBoundsException]If index is < 0 or >= size().
See Also