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 get all email accounts assigned to Windows Server 2012 Essentials users.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public UserEmailInfo[] GetAllAssignedAccounts()
public:
array<UserEmailInfo^>^ GetAllAssignedAccounts()
Public Function GetAllAssignedAccounts As UserEmailInfo()
Return Value
Type: Microsoft.WindowsServerSolutions.HostedEmail.UserEmailInfo[]
An array of UserEmailInfo that contain the Windows Server names and information on the associated email accounts.
See Also
HostedEmailManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top