
Accessing a web service from an Outlook form
Hello,
I fairly new to Outlook programming and VBA as such. I want to access a Web
Service from an Outlook form, on a particular action. I know that I can
access a Web Service from a custom form in VBA using the Web Services
Toolkit from Microsoft.
However, an Outlook form cannot be edited in VBA (atleast thats what I know
as of now) and hence I am unable to add code to access the web service to an
Outlook form (Post form). Is there a way for me to access a web service
using VB Script.
Would really appreciate help on this topic from anyone who has tried this
thing out.