G
Guest
I have written a script that strips an attachment from selected e-mail
messages and puts the file name of the deleted attachment in the body of the
e-mail. Is there a way to also have it put the pathname (folder) from where
the file was attached? I have this statement defined in the script, but it
only gives the file name and not the path where the file came from:
strFile = objAttachments.Item(i).PathName & objAttachments.Item(i).FileName
Is there a way to have it find the folder also?
I have some experience with vb, but not enough, I guess.
TIA.
- Steve
messages and puts the file name of the deleted attachment in the body of the
e-mail. Is there a way to also have it put the pathname (folder) from where
the file was attached? I have this statement defined in the script, but it
only gives the file name and not the path where the file came from:
strFile = objAttachments.Item(i).PathName & objAttachments.Item(i).FileName
Is there a way to have it find the folder also?
I have some experience with vb, but not enough, I guess.
TIA.
- Steve