Hi ,
We are using below mentioned lines of code for upgrading our users local addressbook to 852 to resolve issue related to id valut not working due to users having old design on their addressbook .
===========================================
Dim result As Variant
result=Shell(“nconvert -d names.nsf * pernames.ntf”)
Msgbox “Names Template Upgraded”
==========================================
We are facing issue that once the command executes , it sends out a mail back to the user (probably some property of nconvert command.) . We want to stop this mail from getting back to user. How can this be done.
Thanks