473,756 Members | 3,051 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

email outlook express

Hello evrybody,
First, I hope you will understand my English because I come from Belgium !
:-)
Here is what I want to know if you have the kindess to help me ! :-)
I use the code above to mail with outlook express ...
x = Shell("C:\Progr am Files\Outlook Express\msimn.e xe
/mailurl:mailto: de************* **@name.be?subj ect=Hello&Body= mytext")
But I don't find the way to put te adress of the sender, because if I don't
put the adress of the sender (myself) outlook express
use the default adress and I want to put a specific (another) adress :-)
I hope someone can help me ! :-)
Have a nice day ! :-)
Le Naja

--
------------------------------
~ Le Naja ~
Email: http://users.skynet.be/mew/email.html
Post rédigé le samedi 7 février 2004
Nous fêtons: Eugenie
------------------------------
Jul 17 '05
13 9126
Hm ! I knew the procedure with the destination, but the thing I
want to know is the code with the SENDER too ! :-)
Your code is about the same than the one I knew, and with
your code, the sender is the default account, and, what I want, is to put
another
of MY own adress ! :-) Do you understand what I mean ? :-)
Tank you for your answer ... I hope you will find how to help me ! :-)
See you later ! :-)
--
------------------------------
~ Le Naja ~
Email: http://users.skynet.be/mew/email.html
Post rédigé le dimanche 8 février 2004
Nous fêtons: Jacqueline
------------------------------
"John Lauwers" <no****@fictief .com> a écrit dans le message de
news:40******** **************@ news.skynet.be. ..
dim destinationSTR as string

destinationSTR = "no****@fictief .com"
x = Shell("C:\Progr am Files\Outlook Express\msimn.e xe/mailurl:mailto: " &
destinationSTR & "?subject=Hello &Body=mytext ")

Greets John
--
-----------------------------------------------
John Lauwers
Robotronic Nv
jo**@robotronic .be

"~ Le Naja ~" <Cliquez_sur_ma _signature> schreef in bericht
news:40******** *************@n ews.skynet.be.. .
Hello iedereen,
Hier is wat ik wil weten of hebt u kindess om me te helpen! :-)
Ik gebruik hierboven de code aan Outlook Express vooruitzichten. ..
Maar ik vind niet de manier om te adress van de afzender te zetten,
x = Shell("C:\Progr am Files\Outlook Express\msimn.e xe
/mailurl:mailto: de************* **@name.be?subj ect=Hello&Body= mytext")
omdat als ik niet adress van uitdrukkelijke gebruik het van afzender

(zelf)
vooruitzichten
het gebrek adress zette en ik specifiek (een andere) wil zetten adress:-)
Ik hoop iemand me kan helpen! :-)
Vriendelijk ! :-)
--
------------------------------
~ Le Naja ~
Email: http://users.skynet.be/mew/email.html
Post rédigé le dimanche 8 février 2004
Nous fêtons: Jacqueline
------------------------------
"John Lauwers" <no****@fictief .com> a écrit dans le message de
news:40******** *************@n ews.skynet.be.. .
Misschien even de vertaling in het nederlands ook zetten dan kunnen alle nederlandstalig en het misschien beter verstaan en oplossen.

Maybe putting the translation into dutch will be more readable to som

dutch
posters and maybe fully understand wath you want

Greets John
"~ Le Naja ~" <Cliquez_sur_ma _signature> schreef in bericht
news:40******** *************@n ews.skynet.be.. .
> Hello evrybody,
> First, I hope you will understand my English because I come from

Belgium
!
> :-)
> Here is what I want to know if you have the kindess to help me ! :-)
> I use the code above to mail with outlook express ...
> x = Shell("C:\Progr am Files\Outlook Express\msimn.e xe
> /mailurl:mailto: de************* **@name.be?subj ect=Hello&Body= mytext") > But I don't find the way to put te adress of the sender, because if I don't
> put the adress of the sender (myself) outlook express
> use the default adress and I want to put a specific (another) adress

:-) > I hope someone can help me ! :-)
> Have a nice day ! :-)
> Le Naja
>
> --
> ------------------------------
> ~ Le Naja ~
> Email: http://users.skynet.be/mew/email.html
> Post rédigé le samedi 7 février 2004
> Nous fêtons: Eugenie
> ------------------------------
>
>



Jul 17 '05 #11
"~ Le Naja ~" <Cliquez_sur_ma _signature> wrote:
Hello evrybody,
First, I hope you will understand my English because I come from Belgium !
:-)
Here is what I want to know if you have the kindess to help me ! :-)
I use the code above to mail with outlook express ...
x = Shell("C:\Progr am Files\Outlook Express\msimn.e xe
/mailurl:mailto: de************* **@name.be?subj ect=Hello&Body= mytext")
But I don't find the way to put te adress of the sender, because if I don't
put the adress of the sender (myself) outlook express
use the default adress and I want to put a specific (another) adress :-)
I hope someone can help me ! :-)
Have a nice day ! :-)
Le Naja


Simple answer: don't use Outlook Express.

Try the free SMTP control from www.ostrosoft.com. This control gives you full
control of the mail you send: To:, From:, Subject:, even attachments.

I used the control to create a group notification email program that read the
addresses, salutations, and messages from a text file.

More about me: http://www.jecarter.com/
VB3/VB6/C/PowerBasic source code: http://www.jecarter.com/programs.html
Freeware for the Palm with NS Basic source code: http://nsb.jecarter.com
Drivers for Pablo graphics tablet and JamCam cameras: http://home.earthlink.net/~mwbt/
johnecarter at@at mindspring dot.dot com. Fix the obvious to reply by email.
Jul 17 '05 #12

"the Wiz" <lo**@message.b ody> a écrit dans le message de
news:h9******** *************** *********@4ax.c om...
"~ Le Naja ~" <Cliquez_sur_ma _signature> wrote:

Simple answer: don't use Outlook Express.

Try the free SMTP control from www.ostrosoft.com. This control gives you full control of the mail you send: To:, From:, Subject:, even attachments.

I used the control to create a group notification email program that read the addresses, salutations, and messages from a text file.

More about me: http://www.jecarter.com/
VB3/VB6/C/PowerBasic source code: http://www.jecarter.com/programs.html
Freeware for the Palm with NS Basic source code: http://nsb.jecarter.com
Drivers for Pablo graphics tablet and JamCam cameras: http://home.earthlink.net/~mwbt/ johnecarter at@at mindspring dot.dot com. Fix the obvious to reply by

email.
Very kind of you to give me an answer ! :-)
But I really want to know the code about Outlook Express ! :-)
Best regards and have a fine day ! :-)
--
------------------------------
~ Le Naja ~
Email: http://users.skynet.be/mew/email.html
Post rédigé le lundi 9 février 2004
Nous fêtons: Apolline
------------------------------


Jul 17 '05 #13
Je suis desoler, je croyais vous parlez neerlandais.

Mes excuses.

Moi je suis de sud/west de la belgique.
Moi je parle neerlandais.

a plus
John

"~ Le Naja ~" <Cliquez_sur_ma _signature> schreef in bericht
news:40******** *************** @news.skynet.be ...
haha ! :-))))))) No, my friend, I am from south of Belgium, and here,
we don't speak dutch currently :-)
Best regards :-)
--
------------------------------
~ Le Naja ~
Email: http://users.skynet.be/mew/email.html
Post rédigé le dimanche 8 février 2004
Nous fêtons: Jacqueline
------------------------------
"John Lauwers" <no****@fictief .com> a écrit dans le message de
news:40******** **************@ news.skynet.be. ..
By the way I tought your dutch would be better (cause you are from belgium)
but it seems to be wurse then your English :<)
Greets John

"~ Le Naja ~" <Cliquez_sur_ma _signature> schreef in bericht
news:40******** *************@n ews.skynet.be.. .
Hello iedereen,
Hier is wat ik wil weten of hebt u kindess om me te helpen! :-)
Ik gebruik hierboven de code aan Outlook Express vooruitzichten. ..
Maar ik vind niet de manier om te adress van de afzender te zetten,
x = Shell("C:\Progr am Files\Outlook Express\msimn.e xe
/mailurl:mailto: de************* **@name.be?subj ect=Hello&Body= mytext")
omdat als ik niet adress van uitdrukkelijke gebruik het van afzender

(zelf)
vooruitzichten
het gebrek adress zette en ik specifiek (een andere) wil zetten adress:-) Ik hoop iemand me kan helpen! :-)
Vriendelijk ! :-)
--
------------------------------
~ Le Naja ~
Email: http://users.skynet.be/mew/email.html
Post rédigé le dimanche 8 février 2004
Nous fêtons: Jacqueline
------------------------------
"John Lauwers" <no****@fictief .com> a écrit dans le message de
news:40******** *************@n ews.skynet.be.. .
> Misschien even de vertaling in het nederlands ook zetten dan kunnen alle > nederlandstalig en het misschien beter verstaan en oplossen.
>
> Maybe putting the translation into dutch will be more readable to som dutch
> posters and maybe fully understand wath you want
>
> Greets John
>
>
> "~ Le Naja ~" <Cliquez_sur_ma _signature> schreef in bericht
> news:40******** *************@n ews.skynet.be.. .
> > Hello evrybody,
> > First, I hope you will understand my English because I come from

Belgium
!
> > :-)
> > Here is what I want to know if you have the kindess to help me ! :-) > > I use the code above to mail with outlook express ...
> > x = Shell("C:\Progr am Files\Outlook Express\msimn.e xe
> > /mailurl:mailto: de************* **@name.be?subj ect=Hello&Body= mytext") > > But I don't find the way to put te adress of the sender, because
if I > don't
> > put the adress of the sender (myself) outlook express
> > use the default adress and I want to put a specific (another)
adress :-)
> > I hope someone can help me ! :-)
> > Have a nice day ! :-)
> > Le Naja
> >
> > --
> > ------------------------------
> > ~ Le Naja ~
> > Email: http://users.skynet.be/mew/email.html
> > Post rédigé le samedi 7 février 2004
> > Nous fêtons: Eugenie
> > ------------------------------
> >
> >
>
>



Jul 17 '05 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
8478
by: Neil Greenough | last post by:
I currently have the following VB code in a MS Access Database which I use to send emails. Nonetheless, it opens Outlook and I would like it to send an email using Outlook Express. Could anyone please oblige in ammending the code for me, so that it uses Outlook Express 5? Thanks ______________ Private Sub cmdSendEmail_Click()
2
4310
by: Steve | last post by:
How do you programatically save files that are attached to an email to a specified folder? It could be one file or multiple files attached to the email. Can it be done if Outlook Express is being used or does Outlook have to be used? Thanks for all help! Steve
1
5345
by: Jay McGrath | last post by:
Help - trying to send a simple text email with with as little user intervention. I am trying to create a button in my Access application that will automatically send a simple text email. It works except that I have two warning nuisances: 1) Program is trying to access email Addresses you have stored in Outlook. Allow access for ... 2) A program is trying to automatically send email on your behalf ... Heck, I am only trying to a send...
8
2206
by: Chris Marsh | last post by:
Help... I am receiving this error "550 5.7.1 Unable to relay for synergytestacct@yahoo.com" when I try to send outside email directly from the website project. Keep in mind this works fine for local addresses within our domain but it is failing for outside address such as the example above. I created the above account for testing, I can send and receive email from my Outlook / Exchange 2000 account to this address however I cannot...
4
7296
by: roni | last post by:
i dont like to use ocx controlx. is there new dll for vb.net that do the job ? or newer code, to send email throught outlook express.
4
1576
by: Charles A. Lackman | last post by:
Hello, I am trying to format an email and have a .net application open up Outlook or Outlook Express so that the user can simply click Send and have the formatted email send from their email account. I am currently doing this the following way: Dim sParams As String Dim TheTo, TheSubject, TheBody As String TheTo = txtEmail.Text
1
2876
by: Alexander Vasilevsky | last post by:
How extract email address from the address book in Outlook Express? http://www.alvas.net - Audio tools for C# and VB.Net developers
2
3330
by: ManningFan | last post by:
I built a nifty little SPAM killer with Access linking into Outlook while I was at work the other day (boring day, loads of time to kill...) but now I'd like to use it at home where we use Outlook Express. The big problem seems to be this missing reference: microsoft outlook 11.0 object library Is there anything similar for Outlook Express? I know that would just be WAAY to easy and Microsoft tends to make things difficult, but I'm
0
1184
by: Bibin | last post by:
I want to send email via Outlook Express and not by Outlook in VB.NET (windows application). I also want to attach files with the email. The mail (in Outlook Express) needs to be displayed before sending the email.
0
9456
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10032
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9872
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9841
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9711
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7244
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
3805
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3358
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2666
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.