Subscribing to an RSS

G

Guest

Hey guys,
I am having problems with building a macro to subscribe to an RSS feed. I
know by right clicking on RSS feeds and clicking add a feed, a pop up box
opens in which you insert the RSS URL. I want to configure Outlook so that I
can subscribe to a feed from an external application like Firefox and be able
to subscribe to a feed.

Since there is no Macro Record tool, is there a place I can learn from.
 
S

Sue Mosher [MVP-Outlook]

The object browser (F2 in VBA) is your friend. You'll learn more there and from the Help files than you ever would from a macro recorder. In this scenario, you specifically need to look at the Namespace.CreateSharingItem method, e.g. (VBA). See http://office.microsoft.com/client/...OOK.DEV&lcid=1033&CTT=3&Origin=HV100742861033

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top