IHostedEmailProviderBackend.GetAllUnassignedAccounts Method (String, String)
Retrieves all unassigned accounts.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
void GetAllUnassignedAccounts(
string addinId,
string operationId
)
void GetAllUnassignedAccounts(
String^ addinId,
String^ operationId
)
Sub GetAllUnassignedAccounts (
addinId As String,
operationId As String
)
Parameters
addinId
Type: System.StringThe ID of the add-in.
operationId
Type: System.StringThe ID of the operation.
See Also
IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top