In outlook, I locate my contacts through corporate global directory list. When I open an email, I can browse an employee's details by doubling clicking on the name of the contact.
I want to use vba to do the same - open an email and grab the sender's details (Alias, job title, phone number, etc).
In pseudo-code,
Open a MailItem,
For the contact listed on the "From" field, get a reference to sender's contactitem
record sender's information onto an Access Table
I want to use vba to do the same - open an email and grab the sender's details (Alias, job title, phone number, etc).
In pseudo-code,
Open a MailItem,
For the contact listed on the "From" field, get a reference to sender's contactitem
record sender's information onto an Access Table