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 that not assigned to any Windows Server 2012 Essentials user.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public EmailAccountInfo[] GetAllUnassignedAccounts()
public:
array<EmailAccountInfo^>^ GetAllUnassignedAccounts()
Public Function GetAllUnassignedAccounts As EmailAccountInfo()
Return Value
Type: Microsoft.WindowsServerSolutions.HostedEmail.EmailAccountInfo[]
An array of EmailAccountInfo that contains all the unassigned email account information.
See Also
HostedEmailManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top