Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook Automation
Message
From
10/05/2000 10:28:22
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
 
 
To
10/05/2000 10:25:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00368099
Message ID:
00368115
Views:
18
Thanks John . . .

Jim
>Hi Jim...
>
>oOutlook =CREATEOBJECT("Outlook.Application")
>cSendTo  ="anyone@anywhere.com"
>olItem   =oOutlook.CreateItem(0)
>olItem.Attachments.Add("c:\docs\myfile.txt")
>olItem.Recipients.Add(cSendTo)
>olItem.Subject="Subject of the message"
>olItem.Display
>
>
>
>>I want to bring up the dialog for a new email message. I also want to set the subject, have a file attached if required and have the user select the person they are sending the message to. So by message dialog I mean the screen that appears when you create a new message to send in Outlook. Does that help?
>>
>>Thanks
>>
>>Jim
>>
>>
>>
>>>Define "message dialog", Jim.
>>>
>>>
>>>>Does anyone know how to display a message dialog using Automation with Outlook?
>>>>
>>>>Thanks
>>>>
>>>>Jim
Thanks

Jim
Previous
Reply
Map
View

Click here to load this message in the networking platform