S
Sarah Schreiber
I am working with my first Outlook programming application
using VB 6.0 SP4, Outlook 2000 SP 1, Exchange 2000 SP 3.
I am using an Add-in with a reference to Office 9.0 To
get started, I used the demo ItemCB and the book Microsoft
Outlook Programming. I have 2 problems.
1. When I first started running the ItemsCB demo w/
my modifications, it ran fine and could see it running in
or out of debug mode. After several openings and closings
of Outlook, I would have to restart my computer and then
the changes were back. Now I am down to having to restart
every time and then I only have one shot to see a change.
I have been looking at the Newgroup posting, but haven't
seen anything like this. I see some references to CDO
1.21. Could I be using that improperly?
2. Next, how do I reference a mailitem that is open
in the inbox? I want to sent the entire .msg file to SQL
to be passed to another application. I think I need to
pass it as a Scripting FileSystemObject object so I need
to get the file.
using VB 6.0 SP4, Outlook 2000 SP 1, Exchange 2000 SP 3.
I am using an Add-in with a reference to Office 9.0 To
get started, I used the demo ItemCB and the book Microsoft
Outlook Programming. I have 2 problems.
1. When I first started running the ItemsCB demo w/
my modifications, it ran fine and could see it running in
or out of debug mode. After several openings and closings
of Outlook, I would have to restart my computer and then
the changes were back. Now I am down to having to restart
every time and then I only have one shot to see a change.
I have been looking at the Newgroup posting, but haven't
seen anything like this. I see some references to CDO
1.21. Could I be using that improperly?
2. Next, how do I reference a mailitem that is open
in the inbox? I want to sent the entire .msg file to SQL
to be passed to another application. I think I need to
pass it as a Scripting FileSystemObject object so I need
to get the file.