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.
Deactivates the provider.
Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
void Deactivate(
    string extendedParameters,
    string addinId,
    string operationId
)
void Deactivate(
    String^ extendedParameters,
    String^ addinId,
    String^ operationId
)
Sub Deactivate (
    extendedParameters As String,
    addinId As String,
    operationId As String
)
Parameters
- extendedParameters 
 Type: System.String- Any additional parameters the operation may need. 
- addinId 
 Type: System.String- The ID of the add-in. 
- operationId 
 Type: System.String- The ID of the operation. 
See Also
IHostedEmailProviderBackend Interface
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top