Author |
|
krishudson Newbie
Joined: 05 January 2007 Location: United Kingdom
Online Status: Offline Posts: 3
|
Posted: 05 January 2007 at 2:34pm | IP Logged
|
|
|
Hi,
I have downloaded the demo version and am using the IMAP to connect to a Lotus Notes Server, iterate through all emails in the Inbox, detach each attachment within each email then move to a Processed folder.
I iterate through each attachment because I want to validate each file name and record to a database the results.
I have the code all written for this, but I have a problem with the Msg.Attachments.Count.
Every attachment count is doubled, and it is not just the count, using a For Each loop actually produces 2 copies of each file.
Have you seen this before ? Have you any ideas as to why this happens ? Do you have any suggestions for a fix ?
Please let me know if you want me to post some of the code.
Thanks in advance
Chris
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 05 January 2007 at 2:46pm | IP Logged
|
|
|
Could you please send us the .eml file of the message whose attachments are doubled? You can send it to support@afterlogic.com address. The source code will be helpful too.
Thanks,
Alex
|
Back to Top |
|
|
krishudson Newbie
Joined: 05 January 2007 Location: United Kingdom
Online Status: Offline Posts: 3
|
Posted: 05 January 2007 at 5:35pm | IP Logged
|
|
|
Hi Alex,
Thanks, I will send the details you requested.
I have just realised though that I posted this in the wrong forum - D'oh, I am using the IMAP4 ActiveX, not the .NET version. Could you move it for me please ?
Thanks
Chris
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 06 January 2007 at 6:33am | IP Logged
|
|
|
Topic moved.
Regards,
Alex
|
Back to Top |
|
|
krishudson Newbie
Joined: 05 January 2007 Location: United Kingdom
Online Status: Offline Posts: 3
|
Posted: 09 January 2007 at 4:51am | IP Logged
|
|
|
Hi Alex,
When I came to get the eml file for this email, I realised that Outlook was also reporting double attachments when looking at the same IMAP mailbox.
The emails I had in there were copied from a full Lotus Notes email box. We have recently had some fresh emails direct, not copied, and these are working fine, so I think the problem is to do with copying within Lotus Notes rather than the IMAP part.
Thanks anyway.
Chris
|
Back to Top |
|
|