Skip to content

Commit a13abb8

Browse files
committed
npm update, readme
1 parent ae35331 commit a13abb8

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
###################
33
credentials.json
44

5+
# Ignore project related excludes
6+
###################
7+
npm_release
58

69
# Ignore Visual Studio Project #
710
###################

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ Code sample from [EWS Managed API 2.1.](https://msdn.microsoft.com/en-us/library
2828
Api document generated using TypeDoc and is hosted at [ews-javascript-api.github.io/api](http://ews-javascript-api.github.io/api)
2929

3030

31+
# Whats new v0.2
32+
33+
* Attachment Operations
34+
* GetAttachment method - load attachment information from Attachemnt or AttachmentId
35+
* Create email message with attachment, sample code in Wiki
36+
37+
38+
3139
# Getting Started
3240
## install
3341
```shell
@@ -128,6 +136,7 @@ ExpandGroup
128136
FindAppointments
129137
FindFolders
130138
FindItems
139+
GetAttachments *new
131140
GetPasswordExpirationDate
132141
GetUserAvailability
133142
LoadPropertiesForItems

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ews-javascript-api",
3-
"version": "0.1.11",
3+
"version": "0.2.0",
44
"description": "EWS Managed api in JavaScript",
55
"main": "js/ExchangeWebService.js",
66
"scripts": {

0 commit comments

Comments
 (0)