Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

how to use MAPI

Hi how can I use MAPIOpenMail to get ids?
below is the code I used
if MAPILogon(session, '','myemail', 'mypassword') then
if MAPIOpenMail(session, 0, "IPM.Archive", 0, ids) then
//there is no ids
...
end
end
Sign In or Register to comment.