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.
Synchronous call to unbind a Windows Server 2012 Essentials user with a bound email account.
Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public void UnassignAccount(
    string wssUserName
)
public:
void UnassignAccount(
    String^ wssUserName
)
Public Sub UnassignAccount (
    wssUserName As String
)
Parameters
- wssUserName 
 Type: System.String- Windows Server user name. 
See Also
HostedEmailManager Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top