PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD20 and Outlook / IMAP
WD20 and Outlook / IMAP
Iniciado por guest, 26,feb. 2016 11:31 - 2 respuestas
Publicado el 26,febrero 2016 - 11:31
Hey my friends

When i use this

lstrDefaultProfile is string = OutlookDefaultProfile()
lnSessionID is int = OutlookStartSession(DefaultProfile)
IF lnSessionID <> 0 THEN
lstrListFolders is string = EmailListFolder(lnSessionID)
END

I allways get an error.
In my Outllok i have only imap accounts.
Is that the problem?


TIA:xcool:
Jan
Publicado el 26,febrero 2016 - 13:33
Hi jan,

error at where OutlookDefaultProfile(), OutlookStartSession() or EmailListFolder?

which version of outlook and os
Publicado el 26,febrero 2016 - 14:28
Hi CCC2

sorry.:rp:

Win10 + Outlook 2010 and an error on EmailListFolder