Hiya I am using CDocument::OnFileSendMail to send an email. But when the email opens up, it has a default temporary file with it.
How do I change this so I can make the file one of my files when It first opens up?? like a .doc or a .txt file.
Also I am using the remove function to remove a file in a directory. i.e
remove( "directory\\pxbatch.pmx" );
But it won't remove the file. if I leave out the directory part, it works fine and removes the file, but when directory is in it fails. The file I want to move is in a directory.
Thanks.