NikhilMIT2013 / java-libpst

Automatically exported from code.google.com/p/java-libpst
0 stars 0 forks source link

Issue with "To" field #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Import attached file into .pst database.
2. Try to get "To:" field.

It should be:
"Alan Maitland, LFF (Scotland)) Ltd." <a.maitland@aberdeen.lff.co.uk>

But I can get only:
"Alan Maitland, LFF ) Ltd."

Please help to solve the issue.

I've attached another file with the same problem.

Regards,
Maxim

Original issue reported on code.google.com by justpdat...@gmail.com on 4 Jul 2011 at 12:02

Attachments:

GoogleCodeExporter commented 8 years ago
Hi Maxim,

Unfortunately I was unable to replicate this particular issue.  I imported both 
of those emails into a PST file, and ran through them quickly:

System.out.println("Email: "+email.getDescriptorNodeId()+" - 
"+email.getSubject() + " - "+email.getDisplayTo());

Gave me:

 |  |  |- Email: 2098532 - Fwd: RFQ Amec Maria Caisson DWS Exhaust Flanges - Alan Maitland, LFF (Scotland)) Ltd.
 |  |  |- Email: 2098564 - Yr PO 63788 item 01-02-04: Inspection Notification RM 6270/3-4-7 - Andy Taylor

Thanks,

Richard

Original comment by rjohnson...@gmail.com on 17 Jul 2011 at 4:10

GoogleCodeExporter commented 8 years ago
DisplayTo returns fine, but how to get ToEmail: <a.maitland@aberdeen.lff.co.uk>?

Original comment by justpdat...@gmail.com on 28 Jul 2011 at 11:24