C
Chris Coho, Jr
Hi, I'm relatively new to outlook programming as I've had no real need for
it until now. What I need to do is make it so that my co-worker can save
all of her emails as .rtf emails. She's using outlook 2000. I found some
code at http://www.slipstick.com/dev/code/zaphtml.htm that allowed me to do
that for items in her inbox. The other place she needs to be able to do
this from, though, is a public folder called "email archive". I saw at the
bottom of th section on outlook 2000 CW where I got the code to take care of
her inbox items it gives instructions on how to set this up for other
folders. I have not been able to get it to work. I declared the item, and
i created the function that would do it, where i'm having problems is in
application_startup when i set the items collection = the folder.items, for
the inbox the code is Set olInboxItems =
objNS.GetDefaultFolder(olFolderInbox).Items, what code would i use to do the
same thing for my public folder?
Any help would be greately appreciated!
Thanks,
Chris Coho
(e-mail address removed)
it until now. What I need to do is make it so that my co-worker can save
all of her emails as .rtf emails. She's using outlook 2000. I found some
code at http://www.slipstick.com/dev/code/zaphtml.htm that allowed me to do
that for items in her inbox. The other place she needs to be able to do
this from, though, is a public folder called "email archive". I saw at the
bottom of th section on outlook 2000 CW where I got the code to take care of
her inbox items it gives instructions on how to set this up for other
folders. I have not been able to get it to work. I declared the item, and
i created the function that would do it, where i'm having problems is in
application_startup when i set the items collection = the folder.items, for
the inbox the code is Set olInboxItems =
objNS.GetDefaultFolder(olFolderInbox).Items, what code would i use to do the
same thing for my public folder?
Any help would be greately appreciated!
Thanks,
Chris Coho
(e-mail address removed)