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.
Resets the admin account credentials for the specified hosted email add-in.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public static void ResetAdminCredential(
Guid addinId,
string adminUserName,
string adminPassword,
IDictionary<string, string> extendedParameters
)
public:
static void ResetAdminCredential(
Guid addinId,
String^ adminUserName,
String^ adminPassword,
IDictionary<String^, String^>^ extendedParameters
)
Public Shared Sub ResetAdminCredential (
addinId As Guid,
adminUserName As String,
adminPassword As String,
extendedParameters As IDictionary(Of String, String)
)
Parameters
addinId
Type: System.GuidID of the add-in.
adminUserName
Type: System.StringThe name of the admin account.
adminPassword
Type: System.StringThe password to reset.
extendedParameters
Type: System.Collections.Generic.IDictionary<String, String>Additional configuration parameters. May be null.
See Also
HostedEmailIntegrationManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top