Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


COM addin for outlook 2003 : giving prob : a program is trying to access e-mail addresses you have


COM addin for outlook 2003 : giving prob : a program is trying to...

Author
Message
chary_karani@yahoo.com
chary_karani@yahoo.com
Forum God
Forum God (636 reputation)Forum God (636 reputation)Forum God (636 reputation)Forum God (636 reputation)Forum God (636 reputation)Forum God (636 reputation)Forum God (636 reputation)Forum God (636 reputation)Forum God (636 reputation)

Group: Forum Members
Posts: 6, Visits: 1

hi,
    iam creating a com addin for outlook,which creates a tool bar in outlook,

when u click on the button of my tool bar it will show the email id of currently selected mail in message box

its working well, but it outlook 2003 its giving problem, its giving security alert message
            "a program is trying to access e-mail addresses you have stored in outlook ...."

iam using references :
    micosoft outlook 9.0 object library
    micosoft office 9.0 object library
code is:
Set oMsg = Application.ActiveExplorer.Selection.Item(1)
                name = Trim(oMsg.SenderName)
                EmailId = Trim(oMsg.Reply.Recipients.Item(1).address)

how to avoid the security alert message box please help me



Please Reply Immeadiately,

chary


GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search