WriteSetUpdateToXml method

bool WriteSetUpdateToXml(
  1. EwsServiceXmlWriter writer,
  2. ServiceObject? ewsObject,
  3. String? ownerDictionaryXmlElementName
)
Writes the set update to XML. The writer. The ews object. Name of the owner dictionary XML element.

Implementation

bool WriteSetUpdateToXml(EwsServiceXmlWriter writer, ServiceObject? ewsObject,
    String? ownerDictionaryXmlElementName) {
  return false;
}