How to Edit NSF file using c#?
- by Preeti
Hi,
I want to programaticaly change some values to NSF item and then want to save it.(i.e to edit NSF File and then save the editions)
for example:
I want to set Sender name of all mails to "preeti@abc.com".(Using Domino.dll).
Solution I tried: (Swaping of To and From values)
String Temp_From =…