On Thu, 12 Jan 2006 09:45:29 -0500, "Ken Slovak - [MVP - Outlook]"
<(E-Mail Removed)> wrote:
--> If MailItem is your Outlook mail item:
-->
--> Dim safMail As Redemption.SafeMailItem
-->
--> Set safMail = CreateObject("Redemption.SafeMailItem")
--> safMail.Item = MailItem
-->
--> Setting safMail.Item assigns the MAPI object for the Outlook
MailItem to the
--> Redemption SafeMailItem you create using CreateObject. From that
point you
--> can access the properties and methods of the Redemption
SafeMailitem.
-->
--> --
--> Ken Slovak
--> [MVP - Outlook]
-->
http://www.slovaktech.com
--> Author: Absolute Beginner's Guide to Microsoft Office Outlook
2003
--> Reminder Manager, Extended Reminders, Attachment Options
-->
http://www.slovaktech.com/products.htm
Ken,
Thanks for reply. The whole problem is getting the actual MailItem
object without the popup warning. The only value I have at my disposal
is Email.EntryID value which is returned from Windows Desktop Search.
Currently, I use this value to ask Outlook to return the EmailItem and
voilą the popup!
Michael