File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 22# ##################
33credentials.json
44
5+ # Ignore project related excludes
6+ # ##################
7+ npm_release
58
69# Ignore Visual Studio Project #
710# ##################
Original file line number Diff line number Diff line change @@ -28,6 +28,14 @@ Code sample from [EWS Managed API 2.1.](https://msdn.microsoft.com/en-us/library
2828Api 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
128136FindAppointments
129137FindFolders
130138FindItems
139+ GetAttachments * new
131140GetPasswordExpirationDate
132141GetUserAvailability
133142LoadPropertiesForItems
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments