autodiscover-activesync
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

autodiscover-activesync

Build Status

Overview

Usage Notes

This library uses the process outlined https://msdn.microsoft.com/en-us/library/office/jj900169(v=exchg.150).aspx and https://msdn.microsoft.com/en-us/library/office/hh352638(v=exchg.140).aspx to try and determine automatically what the Active Sync url is for the given user.

Installation

npm
npm install --save autodiscover-activesync

Usage

 
import { autodiscover } from 'autodiscover-activesync';
 
const url = autodiscover({
  username : 'youremail@yourdomain.com',
  emailAddress : 'youremail@yourdomain.com',
  password: 'yourpassword',
  debug: true // if you want to inspect what it is checking
});
 
console.log('ActiveSync URL', url);

Package Sidebar

Install

npm i autodiscover-activesync

Weekly Downloads

2

Version

0.0.1

License

Apache-2.0

Last publish

Collaborators

  • shindig