Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP and Outlook MAPI
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00876398
Message ID:
00876411
Views:
10
>I am writing an application to automatically process incoming mail.
>
>I have been able to create the Outlook session, scan the Inbox, and extract attachments from e-mail messages. The one thing I am having trouble with is how do I force outlook to Retrieve new messages when I start the session?
>
>Thanks!
>
Mark,

Try
...
oSession.DownloadMail = .T.
oSession.SignOn()
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform