Author |
|
scotty Newbie
Joined: 27 August 2007
Online Status: Offline Posts: 25
|
Posted: 18 June 2018 at 3:04am | IP Logged
|
|
|
Hello.
I am having problems extracting a calendar invitation contained inside a winmail.dat – Attachment.
Code:
attachment.IsMessageInside |
|
|
returns false but
returns true.
Code:
attachment.GetEncapsulatedMessage() |
|
|
returns null.
Code:
attachment.GetAttachmentsFromTnef(TnefExtractionOptions.ExtractAttachments) |
|
|
returns an empty attachment collection.
Can you help me with this?
Best Regards
Scotty
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 18 June 2018 at 3:42am | IP Logged
|
|
|
Hi Scotty,
It's TNEF parser limitation. It can only extract real attachments (files) and RTF body. Special items like calendar invitations are not supported.
Regards,
Alex
|
Back to Top |
|
|
scotty Newbie
Joined: 27 August 2007
Online Status: Offline Posts: 25
|
Posted: 12 May 2020 at 12:37am | IP Logged
|
|
|
Hello,
Is there any chance that MailBee will add support for the retrieval of appointments embedded in TNEF in the future?
BR,
Scotty
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 12 May 2020 at 12:54am | IP Logged
|
|
|
Hi,
There are no such plans yet. You'll need to check some standalone TNEF parsers for that kind of functionality.
Regards,
Alex
|
Back to Top |
|
|