Hi Folks,
I've wrote a c# application that sends mail over lotus notes, using the domino.dll, It automatically sends mail when its called by programs or procedure that works over night. The procedure worked fine for almost two years, in the last couple of month, sometimes crashes and print out that can't find the attached file, The file exists because, befor attaching the file the c# program verify the existance.
The istruction I use to attach the file to lotus notes are the following
<code>
RTI=Doc.CreateRichTextItem("Allegato"+All.ToString()); RTI.EmbedObject;(Domino.EMBED_TYPE.EMBED_ATTACHMENT,"",AtFile,"Allegato"+All.ToString());
</code>
Any Idea?
Thanks for all the information you may give me Alex
I've wrote a c# application that sends mail over lotus notes, using the domino.dll, It automatically sends mail when its called by programs or procedure that works over night. The procedure worked fine for almost two years, in the last couple of month, sometimes crashes and print out that can't find the attached file, The file exists because, befor attaching the file the c# program verify the existance.
The istruction I use to attach the file to lotus notes are the following
<code>
RTI=Doc.CreateRichTextItem("Allegato"+All.ToString()); RTI.EmbedObject;(Domino.EMBED_TYPE.EMBED_ATTACHMENT,"",AtFile,"Allegato"+All.ToString());
</code>
Any Idea?
Thanks for all the information you may give me Alex