Skip to content

Commit a2b5d5f

Browse files
committed
readme
1 parent 0a99136 commit a2b5d5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
built for ionic, electron and Outlook Add-In (mail apps) from https://github.com/gautamsi/ews-javascript-api
66
based on `[email protected]`
77

8+
> 0.1.0 adds support for Outlook Mail Apps/Add-ins
9+
810
## installing (for ionic/cordova)
911
`npm install ews-js-api-browser`
1012

@@ -53,7 +55,7 @@ Follow examples from `ews-jsvascript-api`
5355
see next section
5456

5557
# Working with plain js/ts (no module loaders/bundlers)
56-
you have to copy ExchangeWebService.js (and ExchangeWebService.d.ts if you need typing support in typescript) to your project/scripts directory, include ExchangeWebService.js in html file (`<script>` tag). This exposes a global namespace `EwsJS`.
58+
you have to copy `dist/outlook/ExchangeWebService.js` (and `dist/outlook/ExchangeWebService.d.ts` if you need typing support in typescript) to your project/scripts directory, include ExchangeWebService.js in html file (`<script>` tag). This exposes a global namespace `EwsJS`.
5759

5860
> for outlook add-ins/mail apps, configure for outlook by caling call `EwsJS.ConfigureForOutlook()` inside `Office.initialize`.
5961

0 commit comments

Comments
 (0)