WriteSetUpdateToXml abstract method

bool WriteSetUpdateToXml(
  1. EwsServiceXmlWriter writer,
  2. ServiceObject? ewsObject,
  3. PropertyDefinition propertyDefinition
)
Writes the update to XML. The writer. The ews object. Property definition.

Implementation

bool WriteSetUpdateToXml(EwsServiceXmlWriter writer, ServiceObject? ewsObject,
    PropertyDefinition propertyDefinition);