I have an application that reads mail messages from a mail server, it works fine with plain text messages, but when one of the mail messages contains an attatchment file, I'm getting the following error message at this instruction:
NMPOP31->GetMailMessage(ListView1->Selected->SubItems->Strings[1].ToIntDef(0));
Project raised exception EFCreateError with message 'cannot create file = ?utf-8?Q?TextFile.TXT?='
NMPOP31->GetMailMessage(ListView1->Selected->SubItems->Strings[1].ToIntDef(0));
Project raised exception EFCreateError with message 'cannot create file = ?utf-8?Q?TextFile.TXT?='