![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello all,
My application has a requirement to send emails containing different internal data via email. It is easy to construct and send this email entirely programmatically. However there is now a requirement that the user should have the opportunity to edit the email before it is sent. Ideally, I'd like to have the autogenerated email appear in the outlook editor, with the body, subject, recipients and attachments already present. The user could then verify/modify the contents, hit send, and life goes on and the world is happy. I've looked at ways of autopopulating this data via the command line (outlook.exe doesn't seem very flexible as far as command line options doing all of the above at once). I've also used basic CDO to construct and send emails with no user interaction. However, I am no expert, and would appreciate any advice or a kind nod in the right direction from someone who has done similar. thanks in advance, Chuck |
Ads |
#2
|
|||
|
|||
![]()
If you want to display the message to the user, then you need to use Outlook objects to create it and conclude your code with a MailItem.Display statement.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx wrote in message oups.com... Hello all, My application has a requirement to send emails containing different internal data via email. It is easy to construct and send this email entirely programmatically. However there is now a requirement that the user should have the opportunity to edit the email before it is sent. Ideally, I'd like to have the autogenerated email appear in the outlook editor, with the body, subject, recipients and attachments already present. The user could then verify/modify the contents, hit send, and life goes on and the world is happy. I've looked at ways of autopopulating this data via the command line (outlook.exe doesn't seem very flexible as far as command line options doing all of the above at once). I've also used basic CDO to construct and send emails with no user interaction. However, I am no expert, and would appreciate any advice or a kind nod in the right direction from someone who has done similar. thanks in advance, Chuck |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to differ between received and sent email programmatically | Darius | Add-ins for Outlook | 3 | April 6th 06 09:06 PM |
How to add a bitmap footer to each outgoing email programmatically | Herve cadieu | Outlook and VBA | 3 | March 13th 06 06:39 PM |
User cannot edit or delete tasks | Micheline | Outlook - Installation | 0 | February 15th 06 11:35 PM |
Can't use Word to edit email with Office 2003 | [email protected] | Outlook - General Queries | 6 | February 15th 06 05:14 PM |
Outlook cant find Word when trying to edit email. | John | Outlook - Installation | 0 | February 6th 06 05:22 AM |