3.1.4.1.4.1 DisableReasonType

Namespace: http://schemas.microsoft.com/exchange/services/2006/types

The DisableReasonType simple type indicates the reason the mail add-in is being disabled.

 <xs:simpleType name="DisableReasonType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="NoReason"/>
     <xs:enumeration value="OutlookClientPerformance"/>
     <xs:enumeration value="OWAClientPerformance"/>
     <xs:enumeration value="MobileClientPerformance"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the DisableReasonType simple type.

Value

Meaning

NoReason

No reason specified.

OutlookClientPerformance

The mail add-in is being disabled from the messaging client due to performance.

OWAClientPerformance

The mail add-in is being disabled from the web client due to performance.

MobileClientPerformance

The mail add-in is being disabled from the mobile client due to performance.