question

SQL USER avatar image
SQL USER asked

save email attachment

I get an email daily with an attachment. i want to automatically save the attachment to a server. i managed to get a rule on outlook to save the atachment in a folder on my computer. but i want it saved to a folder on a server. how can i do this? thanks,
emailattachmentautomatic
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
@SQLShark avatar image
@SQLShark answered
Have you tried changing the path the file is saving to? Change it from your local folder to that of the server? Ie C:\myfile.txt to \\Server01\c$\myfile.txt
2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

SQL USER avatar image SQL USER commented ·
i tried that. but it keeps contacting the server then gives an error :(
0 Likes 0 ·
@SQLShark avatar image @SQLShark SQL USER commented ·
Do you have permission to save to that location?
2 Likes 2 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.