• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Need Exchange web services help: How to get push notificatons for all mailboxes of Exchange server.

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Currently, I am subscribing to EWS (Exchange Web serviceces) through Java Web service client using administrative credentials. After successful subscription EWS giving me push notifications only from Administrators mailbox. These push notifications I am listening through Java Web Service (URL of this web service given in subscription request).
Now, I want to get push notifications for all mailboxes of Exchange Server.
How to accomplish this through single Subscription and using Administrative credentials?

Thanks,
Sanjay
 
reply
    Bookmark Topic Watch Topic
  • New Topic