ExchangeService.RenderingMode Enum

Definition

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

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.

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.

Applies to