Try this one as a test.
Remember that Fullname has to be exactly the same as in addresslist otherwise you recieve an errormessage.Code:Sub Read_Contact_Email() c00 = "Fullname" With CreateObject("Outlook.Application").GetNamespace("MAPI").GetDefaultFolder(10).Items(c00) c01 = .Email1Address End With MsgBox c01 End Sub




Reply With Quote

Bookmarks