Share via


GetAvailableEmailAccountsCompletedEventArgs.EmailAccounts Property

 

A collection of available email accounts.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

public IList<EmailAccount> EmailAccounts { get; }
public:
property IList<EmailAccount^>^ EmailAccounts {
    IList<EmailAccount^>^ get();
}
Public ReadOnly Property EmailAccounts As IList(Of EmailAccount)

Property Value

Type: System.Collections.Generic.IList<EmailAccount>

Returns IList<T>.

Remarks

This is only available on Small Business Server 2011 Essentials.

See Also

GetAvailableEmailAccountsCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top