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.
Gets or sets whether to enable Microsoft SharePoint Foundation to send an email before SharePoint Foundation changes a password.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property EnableEmailBeforePasswordChange As Boolean
Get
Set
'Usage
Dim instance As SPManagedAccount
Dim value As Boolean
value = instance.EnableEmailBeforePasswordChange
instance.EnableEmailBeforePasswordChange = value
public bool EnableEmailBeforePasswordChange { get; set; }
Property Value
Type: System.Boolean
true if SharePoint Foundation is enabled to send an email before changing the password; otherwise false.