GetAvailableEmailAccountsCompletedEventArgs Constructor (IList<EmailAccount>, UserExtensionException)
Initializes a new instance of the GetAvailableEmailAccountsCompletedEventArgs class.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public GetAvailableEmailAccountsCompletedEventArgs(
IList<EmailAccount> emailAccounts,
UserExtensionException error
)
public:
GetAvailableEmailAccountsCompletedEventArgs(
IList<EmailAccount^>^ emailAccounts,
UserExtensionException^ error
)
Public Sub New (
emailAccounts As IList(Of EmailAccount),
error As UserExtensionException
)
Parameters
emailAccounts
Type: System.Collections.Generic.IList<EmailAccount>A collection of available email accounts.
error
Type: Microsoft.WindowsServerSolutions.Common.UserExtensionExceptionAn error that occurred during the asynchronous operation.
Remarks
This is only available on Small Business Server 2011 Essentials.
See Also
GetAvailableEmailAccountsCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top