Link to home
Start Free TrialLog in
Avatar of DMAC333
DMAC333Flag for United States of America

asked on

How to determine who created or modifed a public contact

Is there a way to determine who created or modifed a public contact ?   I know I have access to the Modified and Created fields and that tells me when a contact was modifed....but not who?
If there is can this be displayed a on the outlook contact form so any one that has access to the  public contacts can see info?
I am running  Outlook 2003 / Exchange 2003
Thanks!
Avatar of mcse2007
mcse2007
Flag of Australia image

If your auditing in AD is enable, yes you will find the culprit from the security under the event viewer.

If not enable then is not possible who changed the object.

To configure auditing in AD, see this link: http://support.microsoft.com/kb/814595
Avatar of Neiphin
Neiphin

Download a tool from MS called MFCmapi and run it up. It is pretty easy to use and will tell you the last time an item was modified and by whom.  It only tells you the last modification, it does not store history of modifications to items.  

Regards
Avatar of DMAC333

ASKER

I will check out the possible solutions you mentioned. Thanks Guys..

My boss swears there used to be simply a field showing who last modified or created a contact.
The idea is to open up a public contact list to a group of people  and  review / update  a large contact list that is out of date, if there are problems or incorrect info added we need to go back to the person that last updated it without going thru an admin to generate a report.  If user x sees incorrect info they simple have to look at a field on the contact or contact view to see who corrected it, they can then contact the person if there are questions or corrections.
Hi DMAC333

Did any of the above answer with your question.

Please close or ask for further clafification if required. Please do not leave questions unresolved.

Regards
Avatar of DMAC333

ASKER

Sorry for the Delay Neiphin.
Question still not answered in the context of being able to simply look at a field on a public contact to see who and when a contact was last modified. I cound some VB code I will be testing today and will post an update.
Then there is no simple answer to your question. You can either write a bit of VB code or use MFCMapi.

Happy coding...

regards
Avatar of DMAC333

ASKER

For the benefit of others looking for this type of functionality here is the solution that fits my needs offered by
Sue Mosher  of outlookcode.com  
You'd need to add code behind a custom form to do that, perhaps in the Item_Save event handler. Application.Session.CurrentUser will return the current user's name.
ASKER CERTIFIED SOLUTION
Avatar of DMAC333
DMAC333
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi DMAC333

Did any of the above answer with your question.

Please close or ask for further clafification if required. Please do not leave questions unresolved.

Regards
Avatar of DMAC333

ASKER

Per the instructions I found on "how to close an EE question" I have posted a close question request to the Community Support Zone.  I
I have posted the actual code solution, as far as points Neiphin came closest with his comment.

"Then there is no simple answer to your question. You can either write a bit of VB code or use MFCMapi"


Avatar of modus_operandi
Closed, 250 points refunded.
modus_operandi
EE Moderator