Share via


HostedEmailManager.GetAllAccounts Method ()

 

Synchronous call to retrieve all email accounts.

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

Syntax

public EmailAccountInfo[] GetAllAccounts()
public:
array<EmailAccountInfo^>^ GetAllAccounts()
Public Function GetAllAccounts As EmailAccountInfo()

Return Value

Type: Microsoft.WindowsServerSolutions.HostedEmail.EmailAccountInfo[]

An array of EmailAccountInfo containing information on all email accounts.

See Also

HostedEmailManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top