![]() |
| 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. |
|
|||||||
| Tags: dde, integration, outlook, references |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hey, I'm just looking for a site that has a reference with examples of dde
calls that work with outlook. I have some specific things I need to do, one of which is save the currently open message to a specific location. |
| Ads |
|
#2
|
|||
|
|||
|
How about using VBA and the outlook object model? www.outlookcode.com
-- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook 2007: http://www.slipstick.com/outlook/ol2007/ Outlook Tips by email: Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Subscribe to Exchange Messaging Outlook newsletter: "purly" wrote in message ... Hey, I'm just looking for a site that has a reference with examples of dde calls that work with outlook. I have some specific things I need to do, one of which is save the currently open message to a specific location. |
|
#3
|
|||
|
|||
|
What do you mean? I can't use a macro if that's what you're suggesting. I
need to know if there is a DDE command to do this. -Jen "Diane Poremsky" wrote: How about using VBA and the outlook object model? www.outlookcode.com -- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook 2007: http://www.slipstick.com/outlook/ol2007/ Outlook Tips by email: Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Subscribe to Exchange Messaging Outlook newsletter: "purly" wrote in message ... Hey, I'm just looking for a site that has a reference with examples of dde calls that work with outlook. I have some specific things I need to do, one of which is save the currently open message to a specific location. |
|
#5
|
|||
|
|||
|
Outlook doesn't support DDE especially. About all there is for DDE support
is the Explorer.BeforeItemPaste event in the object model. That supplies the clipboard content, the target MAPIFolder and a Cancel argument. But that's still Outlook object model code. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Diane Poremsky" wrote in message ... I'm not aware of any DDE method that can access Outlook's object model (or I don't consider them DDE). You need to use VB or VBA and go through the object model or use Extended Mapi. CDO can do some stuff too... which method is best depends on exactly what you are trying to do. Have you posted in the programming group "down the hall"? -- Diane Poremsky [MVP - Outlook] Author, Teach Yourself Outlook 2003 in 24 Hours Need Help with Common Tasks? http://www.outlook-tips.net/beginner/ Outlook 2007: http://www.slipstick.com/outlook/ol2007/ Outlook Tips by email: Outlook Tips: http://www.outlook-tips.net/ Outlook & Exchange Solutions Center: http://www.slipstick.com Subscribe to Exchange Messaging Outlook newsletter: |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| outlook and msn integration? | Alain Bourgeois | Outlook - General Queries | 3 | April 24th 07 08:34 PM |
| SQL server integration with Outlook VBA | RosH | Outlook and VBA | 1 | April 19th 07 06:29 AM |
| Where is MS Forms 2.0 Object Library in OL2003 References? | John E. | Outlook - Using Forms | 7 | October 4th 06 05:25 PM |
| References Outlook | Poiter Agus | Outlook - General Queries | 0 | April 10th 06 06:54 PM |
| List of Outlook References Through VBA | David | Outlook - General Queries | 0 | January 10th 06 11:53 PM |