Link to home
Start Free TrialLog in
Avatar of Melandra
Melandra

asked on

Outlook XP sometimes fails to save attachments using the Outlook object model

We're using XML attachments to represent extra data in a custom application (it's a little too irregular, and too large, to use fields for the job).  On occasion, Outlook appears to be unable to save the attachment, but fails silently instead of returning an error.  It appears to be more common under heavy load - for example, try processing 200 such items in a loop using Outlook's objetct model.

Has anyone else ever seen this behaviour?  Any suggestions?

- Peter
--
Peter Crowther, Director, Melandra Limited
ASKER CERTIFIED SOLUTION
Avatar of Brian Mulder
Brian Mulder
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Melandra
Melandra

ASKER

Thanks.  We're processing in real-time - up to 3.5k of these are read in order to produce a report - but the timer trick is a really good one for background processing.  It's not the answer to our problem, worse luck :-(.

I'll certainly look into rules.  We're seeing different behaviour on different client machines, and that could explain it.
set a task to clean out the outlook temp directory periodically.. that may solve your issue.. the outlook temp directory tends to build up files and slow down the process