SPManagedAccount.EventProcessingOptions Enumeration
SharePoint 2010
Defines the type of processing events to send.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.AdministrationAssembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
| Member name | Description | |
|---|---|---|
| None | No event is sent. | |
| SkipAboutToChange | Skip password change about to happen event. | |
| SkipHasChanged | Skip password has changed event. | |
| SkipChangeCanceled | Skip password change canceled event. | |
| SkipChangeCanceledEmail | Skip password change has been canceled email notification event. | |
| AllowResumeChange | Allows password change to resume. If a password change job crashes, this flag enables the password change job to be re-entrant. |