Failed to read internet mail

Hello,

We’re trying to develop a program with Notes C++ 7.0.a API, but we’re having an interesting problem.

Our program scans inboxes of a server’s users continuously and coming accross an unread mail, it gets subject and body, and process them. We always get a warning pair, when trying to open internet mails like:

Begin MIME to CD Conversion (Process: ? (00000DE4:00000002), Database: CN=/O=!!mail<user>.nsf, Note: 00094A16)

End MIME to CD Conversion (Process: ? (00000DE4:00000002), Database: CN=/O=!!mail<user>.nsf, Note: 00094A16)

I know it’s only a warning but in some circumstances, our program hangs after first warning. This problem occurs randomly but since our program is a continuously working process, it happens eventually and causes to a disfunctionality.

We searched through all of the forum and through internet as much as we can but could not find a solution. We’re stuck here for nearly 5 months and can not advance further more without overcoming this problem.

Any help would be appreciated.