How do I attach a file to an email in my .vbs file
|
VBScriptFor questions and discussions related to VBScript.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VBScript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hi!Pgtips,I 'm sorry to doubt your reply. But I am afraid that you misunderstood the meaning of "imsg"."imsg" is not a method or prorerty of the cdo.message object,but ".AddAttachment" is one method of the cdo.message object,just like ".from" or ".to" in the code。Before you use "imsg",you have to "set imsg=createobject("cdo.message")".UNDERSTAND ME ?