Share via


IHostedEmailProviderBackend.GetAllAccounts Method (String, String)

 

Retrieves all accounts.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

void GetAllAccounts(
    string addinId,
    string operationId
)
void GetAllAccounts(
    String^ addinId,
    String^ operationId
)
Sub GetAllAccounts (
    addinId As String,
    operationId As String
)

Parameters

See Also

IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top