Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dispaying emails in Outlook
Message
From
20/10/2002 09:08:07
 
 
To
19/10/2002 20:33:09
Alan Harris-Reid
Baseline Data Services
Devon, United Kingdom
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00713248
Message ID:
00713295
Views:
22
Hi Alan.

a) The emails are being placed in the 'Drafts' folder in Outlook by default, how can I programatically send them to the Outbox folder instead?

Replace this:
.Save()
with this;
.Send()
b) Instead of having to click on Outlook in the button-bar to bring it forward, how can this be done programmatically? Using oItem.display I can see each individual message as it is created, but I do not want to interrupt the loop - I want to see all the messages once the SCAN/ENDSCAN loop has finished.
oNameSpace = oOutLook.GetNameSpace( 'MAPI' )
oOutbox = oNameSpace.GetDefaultFolder( 4 )
oOutbox.Display()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform