Get domain by domain name

Namespace:  EPiServer.Community.Webmail
Assembly:  EPiServer.Community.Webmail (in EPiServer.Community.Webmail.dll) Version: 3.2.517.24

Syntax

C#
public static Domain GetDomainByDomainName(
	string domainName
)

Parameters

domainName
Type: System..::.String
The domain name to get the domain for

Return Value

The domain

See Also