Hi I have the following Problem:
I’m sending e-mail with attachement with CDO (I need to do this because system.Net.Mail dont work with implicit SSL on 465 port).
The problem is that attached file after sending remain locked.
How can I Unlock its ?
I’m programming using c#.
Thank you for your answer
Piercarlo
I resolved from myself
After CDO.Message.Send() need this;
Hope that will be usefull for some other else following completee code
Note that code is write for SQL assembly
Piercarlo