AccountIsLockedException Class

Definition

Represents an error that occurs when the account that is being accessed is locked and requires user interaction to be unlocked.

public ref class AccountIsLockedException : Microsoft::Exchange::WebServices::Data::ServiceRemoteException
public class AccountIsLockedException : Microsoft.Exchange.WebServices.Data.ServiceRemoteException
Public Class AccountIsLockedException
Inherits ServiceRemoteException
Inheritance
AccountIsLockedException

Constructors

AccountIsLockedException(String, Uri, Exception)

Initializes a new instance of the AccountIsLockedException class.

Properties

AccountUnlockUrl

Gets the URL of a Web page that clients can navigate to unlock their account.

Applies to