Acces to Outlook Email contact address

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top