Hi
I have a XML data of following format
<a:Prod xmlns:a="Prod" action="D" type="Prod">
<ID>106</ID>
<VALUE>100</VALUE>
</a:Prod>
I want to parse this XML data and form a new data as follows
<a:Prod xmlns:a="Prod" action="U" type="Prod">
<Prod_sub>
<ID>106</ID>...
Hi,
I went through the code given in this site to open the default email client with To, CC, BCC, Subject, Body and Attachment. I could get those values which i had provided for all the other fields except Attachment..Can anyone plz help me to know how i can attach a file using ShellExecute...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.