![]() |
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 want to try to replicate the security prompt issue for one of my users
on my own machine, but I am not sure which Outlook update to install in order to receive the security prompt that appears when trying to access an email. I am running Outlook 2003. Thanks, Rog |
Ads |
#2
|
|||
|
|||
![]()
Am Wed, 12 Jul 2006 17:24:54 -0400 schrieb Rog:
This should do the trick: Dim App as Outlook.Application Dim Mail as Outlook.MailItem Set App = GetObject(,"Outlook.Application") ' Assuming an e-mail is selected Set mail=App.ActiveExplorer.Selection(1) Debug.Print Mail.Recipients(1).Address -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- I want to try to replicate the security prompt issue for one of my users on my own machine, but I am not sure which Outlook update to install in order to receive the security prompt that appears when trying to access an email. I am running Outlook 2003. Thanks, Rog |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Prompt to Save appointment | Rich W. | Outlook - Calandaring | 3 | July 3rd 06 12:47 PM |
prompt for profile | nstephens10 | Outlook - Installation | 1 | May 27th 06 10:48 PM |
Prompt for Logon Question | UCLA MCCS | Outlook - Installation | 0 | April 5th 06 12:18 AM |
Error code returned when users say No to security prompt | Long Nguyen | Outlook - Using Forms | 2 | April 3rd 06 06:48 AM |
Outlook should let me prompt non-responding meeting attendees. | N33dls | Outlook - Calandaring | 0 | March 15th 06 05:00 PM |