Re: Attachments
From: Sue Mosher [MVP-Outlook] (suemvp_at_outlookcode.com)
Date: 09/23/04
- Next message: Christie Sorenson: "Button on Custom Form"
- Previous message: Christie Sorenson: "Re: Custom Form and Active Content"
- In reply to: Pete W: "Attachments"
- Next in thread: Pete W: "Re: Attachments"
- Reply: Pete W: "Re: Attachments"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Sep 2004 17:36:18 -0400
I believe this has something to do with the way Outlook generates file names
in the Outlook temp folder (path set in the registry) for attachments. If
the same file already exists in the folder, Outlook will go up to
filename(99).ext but no further. A solution might be to empty the temp
folder as needed.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Pete W" <peter.wullems@ntlworld.com> wrote in message
news:yHF4d.1250$pg4.213@newsfe6-gui.ntli.net...
>I use XP Pro with service pack 2 installed and Office 2003 (and Outlook)
>all
> of which is kept up to date with Automatic updates.
>
> I use C# to read mail received, generate emails responses for certain
> messages and content and add attachments, and then save to the Outlook
> Drafts folder where I can review the emails before deciding if to send
> them.
>
> The app is a console application which is run at defined intervals. On a
> daily basis it can generate up to about 200 emails.
>
> Part way through a recent run, I got the following error:
> Can't create file: filename.doc. Right-click the folder you want to create
> the file in, and then click Properties on the shortcut menu to check your
> permissions for the folder.
>
> Now even if I manually open an email and want to attach a file, I get the
> same issue.
>
> If I rename the file, I can attach it.
> If I copy the content to a new file, ditto.
> If I delete the blocked file and recreate it, it is still blocked, so the
> issue is the file name.
> If the run generates 99 emails all with attachment, the file is not
> blocked. That happens with the 100th time.
> If I do multiple runs, none of which exceed 99, all is OK.
> If 100 is reached, the file is blocked perhaps permanently.
> All the above are valid emails and not any sort of attempt to Spam.
>
>
> Questions:
> a.. Why 100. The number is too pat to be a coincidence.
> b.. What mechanism is it that stores the filenames? It is not registry.
> c.. Can this information be changed.
> d.. Is it controlled in any way.
> e.. What degree of permanence is there to the blocking of individual
> files that can no longer be attached.
> f.. What relationship is there to XP Service Pack 2 security
> enhancements.
> g.. Does Service Pack 2 block perceived spam at source as well as at
> destination?
> cheers
>
> Peter
>
- Next message: Christie Sorenson: "Button on Custom Form"
- Previous message: Christie Sorenson: "Re: Custom Form and Active Content"
- In reply to: Pete W: "Attachments"
- Next in thread: Pete W: "Re: Attachments"
- Reply: Pete W: "Re: Attachments"
- Messages sorted by: [ date ] [ thread ]