I have a app that is inserting 5 different files into 5 seperate emails. Each Outlook 2000 mail item is created seperatly in its on function. I then call the 5 seperate functions. My program then crashes with this error:
The specified network resource or device is no longer available.
This happens when I add the attachment to the email.
Code:
attachments_Vinnie.Add "s:\ops\apple\daily\FILES AS VALUES\monthvva.wk4"
The network drive hasn't been deleted. Any Ideas?
The specified network resource or device is no longer available.
This happens when I add the attachment to the email.
Code:
attachments_Vinnie.Add "s:\ops\apple\daily\FILES AS VALUES\monthvva.wk4"
The network drive hasn't been deleted. Any Ideas?