Advertisement
2002C Internet/ HTML #9457

E-mail using MAPI

Sends an e-mail using MAPI

AI

Tóm tắt bởi 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.

Mã nguồn
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
Bình luận gốc (3)
Được khôi phục từ Wayback Machine