A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook save attachments problem



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 21st 06, 06:29 AM posted to microsoft.public.outlook.program_vba
Justin
external usenet poster
 
Posts: 25
Default Outlook save attachments problem

Hi All,

I have an issue with one of my users in relation to some code that gets run
in outlook. Basically the code reads the subject line and then saves the
attachment to the "c:\temp\" directory on the users machine. The problem is
that the code will work flawlessly on any other machine - ie it will save an
attachment to "C:\temp\ddmmyyhhmm.rtf". For some reason it says it has saved
the file, but when you check it is not there. I could run the code 100 times
a day and it will work 92 times without an issue and the file is saved in the
temp directory, the other 8 times it will not be there. I can trap the error
without an issue but i don't see why it won't see the drive.

Any thoughts - or is this one of those quirky things that just happens.

TIA

Justin
  #2  
Old June 21st 06, 05:30 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Outlook save attachments problem

Are you sure the file name does not contain any invalid (":", etc)
characters?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Justin" wrote in message
...
Hi All,

I have an issue with one of my users in relation to some code that gets
run
in outlook. Basically the code reads the subject line and then saves the
attachment to the "c:\temp\" directory on the users machine. The problem
is
that the code will work flawlessly on any other machine - ie it will save
an
attachment to "C:\temp\ddmmyyhhmm.rtf". For some reason it says it has
saved
the file, but when you check it is not there. I could run the code 100
times
a day and it will work 92 times without an issue and the file is saved in
the
temp directory, the other 8 times it will not be there. I can trap the
error
without an issue but i don't see why it won't see the drive.

Any thoughts - or is this one of those quirky things that just happens.

TIA

Justin



  #3  
Old June 22nd 06, 09:20 AM posted to microsoft.public.outlook.program_vba
Justin
external usenet poster
 
Posts: 25
Default Outlook save attachments problem

Yes,

strFilename = "c\temp\ddmmyy.rtf"

Failing that is there another way save documents to a particular location
that won't error out ?

Regards

Justin


"Dmitry Streblechenko" wrote:

Are you sure the file name does not contain any invalid (":", etc)
characters?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Justin" wrote in message
...
Hi All,

I have an issue with one of my users in relation to some code that gets
run
in outlook. Basically the code reads the subject line and then saves the
attachment to the "c:\temp\" directory on the users machine. The problem
is
that the code will work flawlessly on any other machine - ie it will save
an
attachment to "C:\temp\ddmmyyhhmm.rtf". For some reason it says it has
saved
the file, but when you check it is not there. I could run the code 100
times
a day and it will work 92 times without an issue and the file is saved in
the
temp directory, the other 8 times it will not be there. I can trap the
error
without an issue but i don't see why it won't see the drive.

Any thoughts - or is this one of those quirky things that just happens.

TIA

Justin




  #4  
Old June 22nd 06, 07:02 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Outlook save attachments problem

Do check the attachment type to make suree you are only working with the
regular by-valuee attachments
Is it possible that some other app already has that file open?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Justin" wrote in message
...
Yes,

strFilename = "c\temp\ddmmyy.rtf"

Failing that is there another way save documents to a particular location
that won't error out ?

Regards

Justin


"Dmitry Streblechenko" wrote:

Are you sure the file name does not contain any invalid (":", etc)
characters?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Justin" wrote in message
...
Hi All,

I have an issue with one of my users in relation to some code that gets
run
in outlook. Basically the code reads the subject line and then saves
the
attachment to the "c:\temp\" directory on the users machine. The
problem
is
that the code will work flawlessly on any other machine - ie it will
save
an
attachment to "C:\temp\ddmmyyhhmm.rtf". For some reason it says it has
saved
the file, but when you check it is not there. I could run the code 100
times
a day and it will work 92 times without an issue and the file is saved
in
the
temp directory, the other 8 times it will not be there. I can trap the
error
without an issue but i don't see why it won't see the drive.

Any thoughts - or is this one of those quirky things that just happens.

TIA

Justin






  #5  
Old June 22nd 06, 11:07 PM posted to microsoft.public.outlook.program_vba
Justin
external usenet poster
 
Posts: 25
Default Outlook save attachments problem

At this stage in the code, only outlook is running. It is after this point
that i call word to open the file from the nominated directory.

It doesn't matter where i nominate the save location the problem seems to be
the same ie it goes through the motion of saving - but it doesn't.

The fact this worked perfectly for the past 12 months before and was still
working up until the other morning, makes me wonder if it is failing due to
an update from microsoft(i can't see how).

But this doesn't seem right either as the code works perfectly on an
identical machine not more than 6 feet away from it.

Any thoughts

Regards

Justin

"Dmitry Streblechenko" wrote:

Do check the attachment type to make suree you are only working with the
regular by-valuee attachments
Is it possible that some other app already has that file open?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Justin" wrote in message
...
Yes,

strFilename = "c\temp\ddmmyy.rtf"

Failing that is there another way save documents to a particular location
that won't error out ?

Regards

Justin


"Dmitry Streblechenko" wrote:

Are you sure the file name does not contain any invalid (":", etc)
characters?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Justin" wrote in message
...
Hi All,

I have an issue with one of my users in relation to some code that gets
run
in outlook. Basically the code reads the subject line and then saves
the
attachment to the "c:\temp\" directory on the users machine. The
problem
is
that the code will work flawlessly on any other machine - ie it will
save
an
attachment to "C:\temp\ddmmyyhhmm.rtf". For some reason it says it has
saved
the file, but when you check it is not there. I could run the code 100
times
a day and it will work 92 times without an issue and the file is saved
in
the
temp directory, the other 8 times it will not be there. I can trap the
error
without an issue but i don't see why it won't see the drive.

Any thoughts - or is this one of those quirky things that just happens.

TIA

Justin






  #6  
Old June 23rd 06, 12:28 AM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Outlook save attachments problem

Hmmm... Other than space aliens trying to play their games....
You do have the error handling on (i.e. no "on error resume next"), right?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Justin" wrote in message
...
At this stage in the code, only outlook is running. It is after this point
that i call word to open the file from the nominated directory.

It doesn't matter where i nominate the save location the problem seems to
be
the same ie it goes through the motion of saving - but it doesn't.

The fact this worked perfectly for the past 12 months before and was still
working up until the other morning, makes me wonder if it is failing due
to
an update from microsoft(i can't see how).

But this doesn't seem right either as the code works perfectly on an
identical machine not more than 6 feet away from it.

Any thoughts

Regards

Justin

"Dmitry Streblechenko" wrote:

Do check the attachment type to make suree you are only working with the
regular by-valuee attachments
Is it possible that some other app already has that file open?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Justin" wrote in message
...
Yes,

strFilename = "c\temp\ddmmyy.rtf"

Failing that is there another way save documents to a particular
location
that won't error out ?

Regards

Justin


"Dmitry Streblechenko" wrote:

Are you sure the file name does not contain any invalid (":", etc)
characters?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Justin" wrote in message
...
Hi All,

I have an issue with one of my users in relation to some code that
gets
run
in outlook. Basically the code reads the subject line and then
saves
the
attachment to the "c:\temp\" directory on the users machine. The
problem
is
that the code will work flawlessly on any other machine - ie it will
save
an
attachment to "C:\temp\ddmmyyhhmm.rtf". For some reason it says it
has
saved
the file, but when you check it is not there. I could run the code
100
times
a day and it will work 92 times without an issue and the file is
saved
in
the
temp directory, the other 8 times it will not be there. I can trap
the
error
without an issue but i don't see why it won't see the drive.

Any thoughts - or is this one of those quirky things that just
happens.

TIA

Justin








 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
script the save of multiple attachments with the same name! sumGirl Outlook - General Queries 1 April 28th 06 10:03 AM
Attachments won't open, save or copy Bobk Outlook Express 4 April 21st 06 03:54 PM
Set Outlook to NOT save attachments in Sent Items? [email protected] Outlook - General Queries 1 March 9th 06 02:16 AM
Express will not save or open attachments N. B. Outlook Express 1 March 7th 06 10:53 PM
save attachments NascarDude Outlook Express 2 February 12th 06 10:36 PM


All times are GMT +1. The time now is 08:01 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.