May 18, 2009 #1 wilmargrp Technical User Joined Apr 27, 2009 Messages 12 Is it possible to setup a script to retrieve all email addresses in the “TO:” line of a received email and list them in a file (or spreadsheet)?
Is it possible to setup a script to retrieve all email addresses in the “TO:” line of a received email and list them in a file (or spreadsheet)?
May 18, 2009 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR What have you tried so far and where in your code are you stuck ? Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
What have you tried so far and where in your code are you stuck ? Hope This Helps, PH. FAQ219-2884 FAQ181-2886
May 18, 2009 Thread starter #3 wilmargrp Technical User Joined Apr 27, 2009 Messages 12 Totally unfamiliar with Outlook Objects/Classes/members. So I’m right about here: SUB() End SUB Actually I'm pretty sure it's the recipient object I'm looking to access but I'm not sure how to get there. Upvote 0 Downvote
Totally unfamiliar with Outlook Objects/Classes/members. So I’m right about here: SUB() End SUB Actually I'm pretty sure it's the recipient object I'm looking to access but I'm not sure how to get there.
May 18, 2009 #4 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Totally unfamiliar with Outlook Objects/Classes/members When in VBE use the F2 (Object browser) and F1 (Help) keys. Upvote 0 Downvote
Totally unfamiliar with Outlook Objects/Classes/members When in VBE use the F2 (Object browser) and F1 (Help) keys.
May 19, 2009 #5 fumei Technical User Joined Oct 23, 2002 Messages 9,349 Location CA You may want to look here for some basic coding for Outlook. Gerry Upvote 0 Downvote