|
ͼʾ(ͨamԱ) |
 |
|
ο |
|
set im = CreateObject("ASIM.IM") 'ؼ
|
set Msg = CreateObject("ASIM.Msg") 'Ϣ
|
im.Init "www.activesoft.cn","APM","123456" 'ʼ÷˵ĵ¼
|
Msg.ContentType = "Text/Html" 'Ϣıʽ
|
strBody="<HTML><BODY bgColor='#ffffff' style='font-family:Verdana,;font-size: 12px;'>"
|
strBody = strBody&"AM˵д <font color="red">Ҫִ</font>"
|
strBody = strBody&"<hr size='1' style='color: 52658C;'>"
|
strBody = strBody&"ϸϢ<ul>"
|
strBody = strBody&"<li>ƣ <a href='http:www.activesoft.com.cn' target='_blank'>AM˵д</a></li>"
|
strBody = strBody&"<li>ˣWorker1</li>"
|
strBody = strBody&"<li>ˣTeam Leader</li>"
|
strBody = strBody&"<li>ˣManager</li>"
|
strBody = strBody&"<li>ʱ䣺2005-3-22 14:11:31</li></ul>"
|
strBody = strBody&"<a href='http:www.activesoft.com.cn' target=_blank>鿴ϸϢ</a>"
|
strBody = strBody&"</BODY></HTML>"
|
Msg.Body = strBody 'Ϣ
|
im.SendMsgEx Msg,"Worker1" 'Ϣ
|
set Msg = nothing
|
set im = nothing
|