We have an application which polls the notes user for new email and extracts the attachment from the body of the email and saves it on to hard drive.Code snippet:
Set Object = Doc.GetAttachment( FileName )
Call Object.ExtractFile( “c:\Test_Word.doc” )
This works fine when R5 client user is polled.
If the R6 Domino client is installed and the user from R6 client is polled then the word document is extracted from email and saved to disk but it seems the document is corrupted.
While opening the word document from the windows explorer, it gives following error.
The document name or path is not valid. Try these suggestions.
-
Check the file permissions for the document or drive
-
Use the File Open dialog box to locate the document.
(C:\Test_Word.dlc)
Any idea what is happening with R6??