H
Hans
Hi,
I have a form with a repeating section from which I want to send a mail to
different receivers for every section and without the attached xml-file.
In the repeating section I have a button that sends/creates a mail with a
request for quote, and I don't want to send the xml file to all the suppliers.
If I use the XDocument.DataAdapters("DataConnection") method I don't send
the xml-file but I don't get the RequestForQuote view in the mail body either.
If I use the Application.ActiveWindow.MailEnvelope method the body looks
fine but now the xml file is attached.
The ultimate solution would be one button to send mail to receivers
according to all of the sections at the same time. But I think I can live
with having to press the Send button once for every section.
If someone could help me solve this it would be highly appreciated.
Regards,
Hans
I have a form with a repeating section from which I want to send a mail to
different receivers for every section and without the attached xml-file.
In the repeating section I have a button that sends/creates a mail with a
request for quote, and I don't want to send the xml file to all the suppliers.
If I use the XDocument.DataAdapters("DataConnection") method I don't send
the xml-file but I don't get the RequestForQuote view in the mail body either.
If I use the Application.ActiveWindow.MailEnvelope method the body looks
fine but now the xml file is attached.
The ultimate solution would be one button to send mail to receivers
according to all of the sections at the same time. But I think I can live
with having to press the Send button once for every section.
If someone could help me solve this it would be highly appreciated.
Regards,
Hans