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.
Retrieves all assigned accounts.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
void GetAllAssignedAccounts(
string addinId,
string operationId
)
void GetAllAssignedAccounts(
String^ addinId,
String^ operationId
)
Sub GetAllAssignedAccounts (
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