Hi,
I can read the mails from outlook from the inbox with
But how can I read it from a subfolder from the inbox?
I can read the mails from outlook from the inbox with
oOL := TOleAuto():New( "Outlook.Application" )
oNameSpace = oOL:Get( "GetNameSpace", "MAPI" )
oInbox = oNameSpace:Get( "GetDefaultFolder", "6" ) // 6 = Inbox-FolderBut how can I read it from a subfolder from the inbox?
Regards,
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite