Hi Guys
I'm hitting a problem converting from 32Bit to 64Bit using MAPI. We are using simpleMAPI
PB2022R2 Build 2819
The folowing line of code has a problem in 64Bit mode. It is marking the message as read! Even though the option is False!
DLmailSession.mailReadMessage(DLmailSession.MessageID[nCount], DLmailMessage, mailEnvelopeOnly!, FALSE)
Any thoughts?
David