Share via


HostedEmailManager.GetDomains Method ()

 

Synchronous call to get the domains associated with the hosted email server.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

public string[] GetDomains()
public:
array<String^>^ GetDomains()
Public Function GetDomains As String()

Return Value

Type: System.String[]

A String containing the domain names.

See Also

HostedEmailManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top