Skip to content

teloo/node-autodiscover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Autodiscover Build Status

A Node.js client for Microsoft's POX Autodiscover Service

Installation

$ npm install autodiscover

Usage

var autodiscover = require('autodiscover');

autodiscover.getEwsUrl('<email_address>', {username: '<username>', password: '<password>'}, function(err, ewsUrl) {
  if (err) {
    throw err;
  }
  console.log(ewsUrl);
});

Limitations

  • I only test in Exchange Online

  • SCP lookup isn't available

  • Doesn't query DNS for an SRV record

License

See license (MIT License).

About

A Node.js wrapper for Microsoft Autodiscover

Resources

License

Stars

Watchers

Forks

Packages

No packages published