电子邮件outlook express [英] email outlook express

查看:79
本文介绍了电子邮件outlook express的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello evrybody,

首先,我希望你能理解我的英语,因为我来自比利时!

:-)

这是如果你有亲戚帮助我,我想知道什么! :-)

我使用上面的代码用outlook express邮寄...

x = Shell(&C:\Program Files \Outlook Express \ msimn .exe

/mailurl:mailto:de***************@name.be?subject=H ello& Body = mytext")

但是我没有找到发送方的地址的方法,因为如果我不是b $ b,那么发送者的地址(我自己)outlook express

使用默认地址,我想要一个特定的(另一个)地址:-)

我希望有人可以帮助我! :-)

祝你有愉快的一天! :-)

Le Naja


-

--------------- ---------------

~Le Naja~

电子邮件: http://users.skynet.be/mew/email.html

发布rédigélesamedi 7février2004

Nousfêtons:Eugenie

--------------------------- ---

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:\Program Files\Outlook Express\msimn.exe
/mailurl:mailto:de***************@name.be?subject=H ello&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
------------------------------

推荐答案

~Le Naja~写道:
~ Le Naja ~ wrote:
Hello evrybody,
,我希望你能理解我的英语,因为我来自比利时!
:-)
如果你有亲戚帮助我,这就是我想知道的! :-)
我使用上面的代码用outlook express发送邮件......
x = Shell(" C:\Program Files \Outlook Express \ msmn.exe
/ mailurl:mailto:de *************** @ name.be?subject=H ello& Body = mytext")
但我找不到放置方式发件人的地址,因为如果我没有把发件人的地址(我自己)展望表达
使用默认地址我想要一个特定的(另一个)地址:-)
我希望有人可以帮助我! :-)
祝你有愉快的一天! :-)
Le Naja
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:\Program Files\Outlook Express\msimn.exe
/mailurl:mailto:de***************@name.be?subject=H ello&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



我认为你可以使用MAPI组件来控制outlook express。发送一条消息的工作是一些工作,但帮助文件很清楚。


最好的问候


I think you can use the MAPI component to control outlook express. It is
a some work to send one message, but the help file is quite clear.

Best regards

使用组件列表中的MAPI控件。将MAPISession和

MAPIMessages控件放在表单上,​​然后调用此过程。


''CLIENTEMAIL是您要将电子邮件发送到的地址


Public Sub SendAnEmail()

错误GoTo ErrorHandler

使用frmMain

.MAPISession1.SignOn

如果Err<> 0然后

MsgBox登录失败: +错误
Use the MAPI control from the Components list. Place the MAPISession and the
MAPIMessages controls on your form and then call this procedure.

''CLIENTEMAIL is the address you want to send the email to

Public Sub SendAnEmail()
On Error GoTo ErrorHandler
With frmMain
.MAPISession1.SignOn
If Err <> 0 Then
MsgBox "Logon Failure: " + Error




结束如果

.MAPIMessages1.SessionID = .MAPISession1.SessionID

.MAPIMessages1 .MsgIndex = -1

.MAPIMessages1.Compose

.MAPIMessages1.RecipDisplayName = CLIENTEMAIL

.MAPIMessages1.RecipAddress = CLIENTEMAIL

.MAPIMessages1.Send True

.MAPISession1.SignOff

结束


退出子


ErrorHandler:


End Sub

" ~Le Naja~" < Cliquez_sur_ma_signature>在消息中写道

news:40 ********************* @ news.skynet.be ...

End If
.MAPIMessages1.SessionID = .MAPISession1.SessionID
.MAPIMessages1.MsgIndex = -1
.MAPIMessages1.Compose
.MAPIMessages1.RecipDisplayName = CLIENTEMAIL
.MAPIMessages1.RecipAddress = CLIENTEMAIL
.MAPIMessages1.Send True
.MAPISession1.SignOff
End With

Exit Sub

ErrorHandler:

End Sub
"~ Le Naja ~" <Cliquez_sur_ma_signature> wrote in message
news:40*********************@news.skynet.be...
你好evrybody,
首先,我希望你能理解我的英语,因为我来自比利时!
:-)
如果你有亲戚帮助我,这就是我想知道的! :-)
我使用上面的代码用outlook express发送邮件......
x = Shell(" C:\Program Files \Outlook Express \ msmn.exe
/ mailurl:mailto:de *************** @ name.be?subject=H ello& Body = mytext")
但我找不到放置方式te发送者的地址,因为如果我b $ b不要把发送者的地址(我自己)前景表达
使用默认地址我想要一个特定的(另一个)地址:-)
我希望有人可以帮助我! :-)
祝你有愉快的一天! :-)
Le Naja

-
--------------------------- ---
~Le Naja~
电子邮件: http ://users.skynet.be/mew/email.html
Postrédigélesamedi7février2004
Nousfêtons:Eugenie
--------- ---------------------
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:\Program Files\Outlook Express\msimn.exe
/mailurl:mailto:de***************@name.be?subject=H ello&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
------------------------------



这篇关于电子邮件outlook express的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆