Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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