DisableReasonType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the reason the extension is being disabled. The DisableReasonType enumeration is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public enum class DisableReasonType
public enum DisableReasonType
Public Enum DisableReasonType
- Inheritance
-
DisableReasonType
Fields
Name | Value | Description |
---|---|---|
NoReason | 0 | Disabled with no reason. The NoReason field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
OutlookClientPerformance | 1 | Disabled from Outlook for performance reasons. The OutlookClientPerformance field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
OWAClientPerformance | 2 | Disabled from Outlook Web Access for performance reasons. The OWAClientPerformance field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
MobileClientPerformance | 3 | Disabled from Mobile Outlook Web App for performance reasons. The MobileClientPerformance field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |