![]() |
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
|
|||
|
|||
![]()
I would like to add a button to OL and have it collect the entryid for each
selected email and write the entryid for each to a file where my app will be able to use them. It would be essential that the user receive a confirm message before the emails entryids are written. Anyone have some code for this or anyone able to help me with how to info? Thanks, Mark |
Ads |
#2
|
|||
|
|||
![]() You can access the e-mails with the Application.ActiveExplorer.Selection object. Here's a simple WriteFile function: http://www.vboffice.net/sample.html?...ang=en&pub= 6 -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Organize eMails: http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6 Am Sat, 11 Aug 2007 10:26:02 -0700 schrieb Markus: I would like to add a button to OL and have it collect the entryid for each selected email and write the entryid for each to a file where my app will be able to use them. It would be essential that the user receive a confirm message before the emails entryids are written. Anyone have some code for this or anyone able to help me with how to info? Thanks, Mark |
#3
|
|||
|
|||
![]()
Michael,
Thanks. This should give me a good start. Mark "Michael Bauer [MVP - Outlook]" wrote: You can access the e-mails with the Application.ActiveExplorer.Selection object. Here's a simple WriteFile function: http://www.vboffice.net/sample.html?...ang=en&pub= 6 -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Organize eMails: http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6 Am Sat, 11 Aug 2007 10:26:02 -0700 schrieb Markus: I would like to add a button to OL and have it collect the entryid for each selected email and write the entryid for each to a file where my app will be able to use them. It would be essential that the user receive a confirm message before the emails entryids are written. Anyone have some code for this or anyone able to help me with how to info? Thanks, Mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|