Author |
|
Krishna Newbie
Joined: 30 July 2008
Online Status: Offline Posts: 2
|
Posted: 04 December 2008 at 1:32pm | IP Logged
|
|
|
Pop3 is not recognizing the meeting request attachments.
i am using pop3.DownloadEntireMessages() to get all messages, it is getting meeting requests sent to that account, but not recognizing the meeting request attchments.
i am using msg.Attachments to find email attachments, it is working good for emails but not for meeting requests.
Can somebody help with this?
Thanks in advance.
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 05 December 2008 at 1:15am | IP Logged
|
|
|
That's because meeting requests are not attachments, but extra body parts with "text/calendar" content-type. This tutorial should be helpful to you.
Best regards,
Andrew
|
Back to Top |
|
|