Advertisement
3_2004-2005 Internet/ HTML #137953

E-mail using MAPI

Sends an e-mail using MAPI

AI

AI 요약: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

소스 코드
original-source
MAPIsession1.SignOn
if mapisession1.sessionID <> 0 then
with mapimessages1
.sessionid = MapiSession1.sessionID
.compose 
.recipdisplayname "YOUR NAME"
recipaddress = "[email protected]"
.msgsubject = "SUBJECT"
.msgnotetext= "Message"
.send false
end with
mapisession1.signoff
end if
원본 댓글 (3)
Wayback Machine에서 복구됨