API Reference
Enum
EmailDiagnosticDisposition
How processing continued after the condition represented by a diagnostic.
Inheritance
- Enum
- EmailDiagnosticDisposition
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
Accepted by parameters
- Constructor EmailDiagnostic.EmailDiagnostic
- Constructor EmailStoreDiagnostic.EmailStoreDiagnostic
- Method EmailStoreDiagnostic.FromLimit
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 EmailDiagnosticDisposition Observed #The condition was observed without changing the processing path.
Value:
0public const EmailDiagnosticDisposition Recovered #The reader recovered the affected structure and continued.
Value:
1public const EmailDiagnosticDisposition Skipped #The affected item or value was skipped and processing continued.
Value:
2public const EmailDiagnosticDisposition Stopped #Processing stopped because continuing would be unsafe or misleading.
Value:
3