P
Piet
Dear readers,
I've written a program which uses CDO to send and receive
mail-messages.
Until Outlook 2000 everything worked fine, but after installing
Outlook XP the first thing that doesn't work is DeliverNow.
In short, this is the code I use:
Set oCDO = CreateObject("MAPI.Session")
oCDO.Logon
oCDO.DeliverNow
oCDO.Logoff
Set oCDO = Nothing
This code isn't working anymore with Outlook XP installed. I get no
error, no network activity, just nothing.
To see if Redemption is the solution I tried:
Set oSes = CreateObject("Redemption.MapiUtils")
oSes.DeliverNow
Set oSes = Nothing
This gives the same result as the previous code: Nothing.
Should I initialize something, or do something in the Outlook-settings
to make it work??
Piet Potappel
I've written a program which uses CDO to send and receive
mail-messages.
Until Outlook 2000 everything worked fine, but after installing
Outlook XP the first thing that doesn't work is DeliverNow.
In short, this is the code I use:
Set oCDO = CreateObject("MAPI.Session")
oCDO.Logon
oCDO.DeliverNow
oCDO.Logoff
Set oCDO = Nothing
This code isn't working anymore with Outlook XP installed. I get no
error, no network activity, just nothing.
To see if Redemption is the solution I tried:
Set oSes = CreateObject("Redemption.MapiUtils")
oSes.DeliverNow
Set oSes = Nothing
This gives the same result as the previous code: Nothing.
Should I initialize something, or do something in the Outlook-settings
to make it work??
Piet Potappel