'참조' 메뉴에서 Outlook 참조할 것.

" Start Outlook.
Dim olApp As Outlook.Application
Set olApp = CreateObject("Outlook.Application")

Dim olNs As Outlook.NameSpace
Set olNs = olApp.GetNamespace("MAPI")
olNs.Logon

Dim olMail As Outlook.MailItem
Set olMail = olApp.CreateItem(olMailItem)

olMail.To = "받는사람주소"
olMail.Subject = "제목"
olMail.Body = "내용"
olMail.Send

Set olMail = Nothing
Set olNs = Nothing
Set olApp = Nothing

Posted by 하솔

2004/07/11 22:07 2004/07/11 22:07
Response
No Trackback , No Comment
RSS :
http://blog.hasol.net/rss/response/33

Trackback URL : http://blog.hasol.net/trackback/33

« Previous : 1 : 2 : 3 : 4 : 5 : 6 : 7 : 8 : Next »

블로그 이미지

스스로의 경제학..

- 하솔

Notices

Archives

Authors

  1. 하솔

Calendar

«   2013/05   »
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

Site Stats

Total hits:
214220
Today:
62
Yesterday:
110