Click or drag to resize
MimeKit

DomainList Methods

The DomainList type exposes the following members.

Methods
 NameDescription
Public methodAdd Add a domain.
Public methodClear Clear the domain list.
Public methodContains Check if the DomainList contains the specified domain.
Public methodCopyTo Copy all of the domains in the DomainList to an array.
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetEnumerator Get an enumerator for the list of domains.
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodIndexOf Get the index of the requested domain, if it exists.
Public methodInsert Insert a domain at the specified index.
Protected methodMemberwiseClone
(Inherited from Object)
Public methodRemove Remove a domain.
Public methodRemoveAt Remove the domain at the specified index.
Public methodToString Return a string representation of the list of domains.
(Overrides ObjectToString)
Public methodStatic memberTryParse Try to parse a list of domains.
Top
See Also