Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error message when getting an email with an attatchemnt file

Status
Not open for further replies.

satelite

Programmer
Jul 29, 2010
8
MX
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?='

 
Since I don't use NMPOP components, I'm probably not the one to really answer this. It looks like your component is trying to create a file named "?utf-8?Q?TextFile.TXT?='" instead of "TextFile.TXT." I'm not certain how to get it to parse out the correct file name.


James P. Cottingham
[sup]I'm number 1,229!
I'm number 1,229![/sup]
 
If I can use a different component instead of NMPOP that could solve the problem I'm having with Attatchment Files, I'll consider so please, if you know either how to solve this using NMPOP or a different component let me know.

Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top