How to get filename from this attachment...

Giganews Newsgroups
Subject:How to get filename from this attachment...
Posted by: John Muller
Date:Fri, 30 Jan 2009

Hi,

I am parsing a mail with this messagepart:

--------------040809080103030408090800
Content-Type: message/rfc822;
name*0="U012/2008: Vereinbarung mit GVL kann nicht wie vereinbart umgese";
name*1="tzt werden"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename*0="U012/2008: Vereinbarung mit GVL kann nicht wie vereinbart um";
filename*1="gesetzt werden"

How can I get the filename from it in order to save it?
idMessage.filename results in '';

Thanks John

Replies