-1

I have created one add-in for outlook 2013. There is one "custom folder 1" on outlook.

When I drag one file on desktop and drop it in "custom folder 1" folder, I did not get any event.

halfer
  • 19,824
  • 17
  • 99
  • 186
Pratik Ratanpara
  • 338
  • 2
  • 15
  • Fischermaen i want to add watcher on my outlook folder. so when user try to drag file on my folder i will upload that file on drive. thats y i want a notification event when file added in my folder. – Pratik Ratanpara Jan 24 '17 at 09:18
  • Where in outlook "customer folder 1" created? Is it create inside a live account? Or is it inside Outlook Data File? What does that folder contain? – sameerkn Jan 24 '17 at 09:38
  • @sameerkn i have attached one screen short – Pratik Ratanpara Jan 24 '17 at 10:21

1 Answers1

1

Items.ItemAdd event will fire when a new item (such as an item created by dropping a file) is created.

Dmitry Streblechenko
  • 62,942
  • 4
  • 53
  • 78