Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   security prompt (http://www.outlookbanter.com/add-ins-outlook/20575-security-prompt.html)

Rog July 12th 06 11:24 PM

security prompt
 
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

Michael Bauer July 13th 06 06:46 AM

security prompt
 
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



All times are GMT +1. The time now is 11:19 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com