tag Level: Trainee Registered: 18-01-2006 Posts: 2
Word
I need help in creating code that will send an email from word to one email address in outlook without the security message and title the file and email with the information type into 2 text boxes.
18-01-2006 at 08:45 PM
|
Dave Green Level: Professor Registered: 20-10-2005 Posts: 90
Re: Word
Hi I can probably help with this, can you just be a little clearer in what it is you want please
Regards
Dave
____________________________
While Breath.Count>0
Live(gbRelax)
Wend
21-01-2006 at 11:50 PM
|
Goran Level: Moderator Registered: 16-05-2002 Posts: 1681
Re: Word
Well, you can do it in easier way, by setting security option in outllok not to warn when sending email from some other application, or you can do it via extended MAPI, which, if I am not mistaken, can be used to bypass outlook security. I believe that there are also some 3rd party controls. You should google for them and try to find some that is free of charge.
____________________________
If you find the answer helpful, please mark this topic as solved.
22-01-2006 at 01:29 AM
|
tag Level: Trainee Registered: 18-01-2006 Posts: 2
Re: Word
I would like to using word to have one of 300 staff members fill out a fillable form and then click on a scripted button and have the form saved as text that was filled into text box 1 and text box 2. Then I want the email to send to myself, then delete the saved file. As a side option I would like to place an echo screen to inform the user of this process. I would all of this to be done with the double click of a mouse on to the button.
23-01-2006 at 03:56 PM
|
Dave Green Level: Professor Registered: 20-10-2005 Posts: 90
Re: Word
Hi
I would think your best route is to use a reference to SMTP SendMail for VB6, decalring it WithEvents. This will enable you to handle outgoing mail directly without any other interface except your own.
I've just sewn an email send capability into one of my own apps and it works well.
Hope this helps
Regards
Dave
____________________________
While Breath.Count>0
Live(gbRelax)
Wend