Read email from subfolder
Posted: Wed Jun 12, 2019 8:20 am
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
Code: Select all
oOL := TOleAuto():New( "Outlook.Application" )
oNameSpace = oOL:Get( "GetNameSpace", "MAPI" )
oInbox = oNameSpace:Get( "GetDefaultFolder", "6" ) // 6 = Inbox-Folder