• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Email form information using Exchange Web Service (EWS)

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I would like to know how to access EWS (Exchange Web Service) from a Java application to get the information about "forms" (User-defined forms) available in the Exchange server. I need the List of forms available in Exchange server 2007 and also the fields mapped for each form.

I have referred websites for EWS APIs provided by microsoft -> http://msdn.microsoft.com/en-us/library/bb421489.aspx

There is a "GetItem" operation defined and exposed in the service. But will this method give me information on "forms" available in the server?
This method sounds very generic. Is there a specific operation available or will this do good?

I am also in the requirement that I need some unique identifier (if there is one) and name for the form in my SOAP response.

Please provide me suggesstions on this.

Thanks!!
 
dwarakanathan thiru
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any help??
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
Can't help you with the EWS question, I am afraid, but thought I'd ask if you have seen the java.util.UUID class that can help you generate unique identifiers?
Best wishes!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic