W
Windy
Dear Sirs,
After much searching on the internet I have found no answer to the following
question:
How can I cause Outlook to check for new mail, and if finding any,
downloading it to my inbox? I wish to do this with outlook closed. As far as
I can tell there is no SendAndReceive method available!! I had a look at the
redemption library, but the following seems to do very little!...
Dim test As Redemption.MAPIUtils
Private Sub Command1_Click()
test.DeliverNow
End Sub
Private Sub Form_Load()
Set test = CreateObject("Redemption.MAPIUtils")
End Sub
I would strongly prefer to not use the redemption library, and if anyone can
guide me towards a solution I'd be very grateful.
Thanks,
Windy
After much searching on the internet I have found no answer to the following
question:
How can I cause Outlook to check for new mail, and if finding any,
downloading it to my inbox? I wish to do this with outlook closed. As far as
I can tell there is no SendAndReceive method available!! I had a look at the
redemption library, but the following seems to do very little!...
Dim test As Redemption.MAPIUtils
Private Sub Command1_Click()
test.DeliverNow
End Sub
Private Sub Form_Load()
Set test = CreateObject("Redemption.MAPIUtils")
End Sub
I would strongly prefer to not use the redemption library, and if anyone can
guide me towards a solution I'd be very grateful.
Thanks,
Windy