
Accessing a web service from an Outlook form
You can develop the Add-in for a specific form (determined by the custom
form's message class) in a specific folder.
--
Randy Byrne, MVP - Outlook
http://www.microeye.com
Building Applications with Microsoft Outlook 2002 (MSPress - July 2001)
Building Applications with Microsoft Outlook 2000 (MSPress)
http://www.microeye.com/books
Micro Eye ZipOut
http://www.microeye.com/zipout
Quote:
> Randy,
> Thank you for your useful tip. The link that you forwarded (and wrote) was
> quite useful too. However, I dont know if I can apply this Add-In to a
> custom form in a public folder. I have a custom form (derived from the
Post
> form) and I want to run some business logic on an event of the form (in
the
> public folder).
> I want to know if I would be able use this add-in for any form (custom
form)
> in the public folder or is it just restricted to the standard forms and
the
> Outlook folders.
> Instead of attempting to call the Web Service from VBScript behind the
> Outlook form, create an Outlook Add-in that exposes a public method that
in
> turn calls your Web Service and returns results to the form-level code.
For
> a .NET example, see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnou...
Quote:
> --
> Randy Byrne, MVP - Outlook
> http://www.microeye.com
> Building Applications with Microsoft Outlook 2002 (MSPress - July 2001)
> Building Applications with Microsoft Outlook 2000 (MSPress)
> http://www.microeye.com/books
> Micro Eye ZipOut
> http://www.microeye.com/zipout