API Reference
Enum
EmailStoreMaintenanceAction
Source-preserving maintenance action proposed by inspection and bounded validation.
Inheritance
- Enum
- EmailStoreMaintenanceAction
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field EmailStoreMaintenanceAction.CompleteInspection
- Field EmailStoreMaintenanceAction.ManualIntervention
- Field EmailStoreMaintenanceAction.None
- Field EmailStoreMaintenanceAction.RecoveryExport
- Field EmailStoreMaintenanceAction.Split
- Field EmailStoreMaintenanceAction.VerifiedRewrite
- Property EmailStoreMaintenanceRecommendation.Action
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const EmailStoreMaintenanceAction RecoveryExport #Export recoverable items to a distinct destination.
Value:
1public const EmailStoreMaintenanceAction VerifiedRewrite #Rewrite a PST to a distinct destination and verify it semantically.
Value:
2public const EmailStoreMaintenanceAction Split #Split a PST into bounded, separately verified destinations.
Value:
3public const EmailStoreMaintenanceAction ManualIntervention #The source requires an external or manual repair tool.
Value:
4public const EmailStoreMaintenanceAction CompleteInspection #Repeat inspection with bounds large enough to cover the complete selected source.
Value:
5