Change Email "From: " to default to one address

S

Sgt Rock

Searching the Forums revealed a question from SChapman, 12-22-2005, that I
would like to re-address in the forums.

Under the following topic/site listing I found the following:

OfficeXMLRef
emailAdapter Element
http://msdn2.microsoft.com/en-us/library/aa204663(office.11).aspx

Example
The following is an example of the emailAdapter element:

<xsf:emailAdapter name="Submit" submitAllowed="yes">

- - - and the following Instruction Line that I wish to insert:

<xsf:from value="(e-mail address removed)" valueType="literal"/>
- - -
<xsf:to value="(e-mail address removed)" valueType="literal"/>
<xsf:cc value="my:ccNames" valueType="expression"/>
<xsf:bcc value="(e-mail address removed)" valueType="literal"/>
<xsf:subject value="My report" valueType="literal"/>
<xsf:intro value="See below"/>
<xsf:attachmentFileName value="Status Report" valueType="literal"/>
</xsf:emailAdapter>

My Question: Will this work in overwriting the user's own Email address
when activating the "Email" button in the Infopath Form.

I work at a help desk where the Service Level 1 Techs will be submitting
trouble tickets but to ensure that updates/resolutions are received, the
responding higher level service desk/customer must reply to the Help Desk of
the form - not the Tech who created the Trouble Ticket.

Thanks, Roy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top