ExchangeService.RenderingMode 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.
Specifies the data serialization mode to use. The ExchangeService.RenderingMode enumeration is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public: enum class ExchangeService::RenderingMode
public enum ExchangeService.RenderingMode
Public Enum ExchangeService.RenderingMode
- Inheritance
-
ExchangeService.RenderingMode
Fields
Name | Value | Description |
---|---|---|
Xml | 0 | Data serialized as XML. The Xml field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
JSON | 1 | Data serialized as JavaScript Object Notation (JSON). The JSON field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |