UNPKG

@bipsync/ews-javascript-api

Version:
18 lines (17 loc) 875 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var AbstractFolderIdWrapper = (function () { function AbstractFolderIdWrapper() { } AbstractFolderIdWrapper.prototype.GetFolder = function () { return null; }; //InternalToJson(service: ExchangeService): void { throw new Error("AbstractFolderIdWrapper.ts - InternalToJson : Not implemented."); } //object IJsonSerializable.ToJson(ExchangeService service) //{ // return this.InternalToJson(service); //} AbstractFolderIdWrapper.prototype.Validate = function (version) { }; /**@internal */ AbstractFolderIdWrapper.prototype.WriteToXml = function (writer) { throw new Error("AbstractFolderIdWrapper.ts - WriteToXml - abstract; must implemented."); }; return AbstractFolderIdWrapper; }()); exports.AbstractFolderIdWrapper = AbstractFolderIdWrapper;