V
Venkat
Hi,
When I tried to save the attachments of a mail item, using
the following code snippet,
strTempFolderPath = "C:\temp\"
For intLoop = 1 To objAttachments.Count
objAttachments.Item(intLoop).SaveAsFile strTempFolderPath
& objAttachments.Item(intLoop).FileName
Next
I got an error message "Cannot save the attachment. The
file name is in use by Outlook for a temporary file.
Rename the item, and then try again."
What does the error message mean? What is the cause and
resolution for this error? Please clarify as soon as
possible.
Venkat.
When I tried to save the attachments of a mail item, using
the following code snippet,
strTempFolderPath = "C:\temp\"
For intLoop = 1 To objAttachments.Count
objAttachments.Item(intLoop).SaveAsFile strTempFolderPath
& objAttachments.Item(intLoop).FileName
Next
I got an error message "Cannot save the attachment. The
file name is in use by Outlook for a temporary file.
Rename the item, and then try again."
What does the error message mean? What is the cause and
resolution for this error? Please clarify as soon as
possible.
Venkat.