Enable a Mailbox
Applies To: Windows Server 2012 Essentials
Enables a mailbox.
URI Template
POST services/builtin/MailboxManagement.svc/mailbox/enable?username={username}
{username}
The name of a user that has a mailbox.
Sample Request
POST https://www.contoso.com/services/builtin/MailboxManagement.svc/mailbox/enable?username=user1 HTTP/1.1
Content-Type: application/xml
Accept: application/xml
Cookie: ASP.NET_SessionId=********************
Canary: *********************
Host: domainname
Content-Length: 0
Sample Response
HTTP/1.1 200 OK
Error Codes
Error Code | Error Message |
---|---|
400 | One or more parameters are not valid. |
404 | The path does not exist. |
500 | An internal server error occurred. |
501 | Not implemented. |