_FolderTYpe -> type of folder, use to avoid folder type detection using instanceof. some cases it has circular loop in nodejs/requirejs
get: function () { return XmlElementNames_1.XmlElementNames.CalendarFolder; },
enumerable: true,
configurable: true
});
////////Bind(service: ExchangeService, id: FolderId, propertySet: PropertySet): CalendarFolder { throw new Error("CalendarFolder.ts - Bind : Not implemented."); }
////////Bind(service: ExchangeService, id: FolderId): CalendarFolder { throw new Error("CalendarFolder.ts - Bind : Not implemented."); }
////////Bind(service: ExchangeService, name: WellKnownFolderName, propertySet: PropertySet): CalendarFolder { throw new Error("CalendarFolder.ts - Bind : Not implemented."); }
//////Bind(service: ExchangeService, name: WellKnownFolderName): CalendarFolder { throw new Error("CalendarFolder.ts - Bind : Not implemented."); }
//////FindAppointments<TItem extends Item>(view: CalendarView): FindItemsResults<TItem> { throw new Error("CalendarFolder.ts - FindAppointments<TItem extends Item> : Not implemented."); }
//////GetMinimumRequiredServerVersion(): ExchangeVersion { throw new Error("CalendarFolder.ts - GetMinimumRequiredServerVersion : Not implemented."); }
CalendarFolder.prototype.GetXmlElementName = function () { return XmlElementNames_1.XmlElementNames.CalendarFolder; };
return CalendarFolder;
})(Folder_1.Folder);
exports.CalendarFolder = CalendarFolder;