Apr 15, 2003 #1 mblaster Technical User Sep 7, 2001 45 US I get the cc box to automatically populate my bosses email address in the cc whenever the "Forward" button is clicked. Thanks for your help!
I get the cc box to automatically populate my bosses email address in the cc whenever the "Forward" button is clicked. Thanks for your help!
Apr 16, 2003 #2 SteveBausch Technical User Feb 4, 2003 112 US You want to do this with VBA, correct? What have you investigated? What worked, what seemed to work? What objects/methods/properties in Object Browser seemed to be of value? Upvote 0 Downvote
You want to do this with VBA, correct? What have you investigated? What worked, what seemed to work? What objects/methods/properties in Object Browser seemed to be of value?
Apr 16, 2003 Thread starter #3 mblaster Technical User Sep 7, 2001 45 US I am a "beginning novice" at VBSCript and VBA. I have tried: Function Item_Forward(ByVal ForwardItem) myForward.Recipients.get "mb4@wmblair.com" Set myForward.Recipients.cc End Function I cannot find any examples of Outlook VBScript. If find several VBA for Excel. Any suggestions/help would be GREAT. Thanks Upvote 0 Downvote
I am a "beginning novice" at VBSCript and VBA. I have tried: Function Item_Forward(ByVal ForwardItem) myForward.Recipients.get "mb4@wmblair.com" Set myForward.Recipients.cc End Function I cannot find any examples of Outlook VBScript. If find several VBA for Excel. Any suggestions/help would be GREAT. Thanks