borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (How get the code source (with dhtml, javascript) from a web page ?)Next Topic (Logging cd contents into access) New Topic New Poll Post Reply
AndreaVB Forum : VBA (Access, Excel, Word, ...) : Word
Poster Message
tag
Level: Trainee

Registered: 18-01-2006
Posts: 2

icon 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
View Profile Send Email to User Show All Posts | Quote Reply
Dave Green
Level: Professor


Registered: 20-10-2005
Posts: 90
icon 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
View Profile Send Email to User Show All Posts | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon 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
View Profile Send Email to User Show All Posts | Quote Reply
tag
Level: Trainee

Registered: 18-01-2006
Posts: 2
icon 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
View Profile Send Email to User Show All Posts | Quote Reply
Dave Green
Level: Professor


Registered: 20-10-2005
Posts: 90
icon 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

04-02-2006 at 09:39 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VBA (Access, Excel, Word, ...) : Word
Previous Topic (How get the code source (with dhtml, javascript) from a web page ?)Next Topic (Logging cd contents into access) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder