
Accessing HotMail programmatically
I'm runing Outlook 2002/XP. I've successuflly configured
OL to access my HotMail account. Drilling down from
Session.InfoStores.Item(x).RootFolder.Folders.Item
(y).Messages.Item(z) - where (x) is a Hotmil folder, (y)
is "Inbox", and (z) is a message item, I can get the
Class,ID, Subject, and Type. All other properties
are: "<Application-defined or object-defined error>". Is
there another way in?
TIA - Dave