Acces to Outlook Email contact address

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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???
 
Back
Top