_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.ContactsFolder; },
enumerable: true,
configurable: true
});
////////Bind(service: ExchangeService, id: FolderId, propertySet: PropertySet): ContactsFolder { throw new Error("ContactsFolder.ts - Bind : Not implemented."); }
////////Bind(service: ExchangeService, id: FolderId): ContactsFolder { throw new Error("ContactsFolder.ts - Bind : Not implemented."); }
////////Bind(service: ExchangeService, name: WellKnownFolderName, propertySet: PropertySet): ContactsFolder { throw new Error("ContactsFolder.ts - Bind : Not implemented."); }
//////Bind(service: ExchangeService, name: WellKnownFolderName): ContactsFolder { throw new Error("ContactsFolder.ts - Bind : Not implemented."); }
//////GetMinimumRequiredServerVersion(): ExchangeVersion { throw new Error("ContactsFolder.ts - GetMinimumRequiredServerVersion : Not implemented."); }
ContactsFolder.prototype.GetXmlElementName = function () { return XmlElementNames_1.XmlElementNames.ContactsFolder; };
return ContactsFolder;
})(Folder_1.Folder);
exports.ContactsFolder = ContactsFolder;