K
kaos
Hi, I use this code in visual basic to acces to the contact information
Dim oItems As Outlook.Items
Set oItems = cContacts.Items
Dim oCt As Outlook.ContactItem
Set oCt = oItems.GetFirst
var= oCt.Email1Address
But it appear a prompt message that required the autorization to do this,
how can I avoid this mesagges?? Its possible???
Dim oItems As Outlook.Items
Set oItems = cContacts.Items
Dim oCt As Outlook.ContactItem
Set oCt = oItems.GetFirst
var= oCt.Email1Address
But it appear a prompt message that required the autorization to do this,
how can I avoid this mesagges?? Its possible???