UNPKG

@bipsync/ews-javascript-api

Version:
12 lines (11 loc) 415 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /**@internal */ var DnsRecord = (function () { function DnsRecord() { } DnsRecord.prototype.Load = function (header, dataPointer) { throw new Error("DnsRecord.ts - Load : Not implemented."); }; return DnsRecord; }()); exports.DnsRecord = DnsRecord; //------------modulename->Microsoft.Exchange.WebServices.Dns------------