How to attach drop down selected field data with email using outlook 2013 - email

I am working on Outlook 2013 to custom form. I want to send data with e-mail which i chosen from drop down. I have designed the form using developer tools in outlook but no idea how to set chosen field text with email.
Thanks.

You need to associate custom controls with user properties that may contain values between sessions. See Customizing Outlook Message Forms for more information.

Related

Automated BCC for all the email accounts on the company using Outlook Add-ins

I'm trying to fill out automatically the BCC for every email sent within the domain of our office using any kind of language.
I created and Outlook Add-in and I was thinking maybe put a button there and when it's clicked your BCC is always filled with one email. Please let me know any ideas how I can get this done.
Thank you!

Hyperlink in google sheets that opens up a specific outlook email template

I would like some assistance with this matter as I've only been able to get a regular email to open directly from sheets when inserting an E-Mail Hyperlink.
The current code that I have is =hyperlink("mailto:#gmail.com&Subject=TEst&Body=TEst%0Aand%0ATest%202", "Email").
I need a way for the link to open specific outlook email templates that are located on my desktop.
Thank you for any light you can shed on the subject.
Best,
-Ed
There is no way to get the job done.
If you use an Internet Explorer you may consider automating Outlook from a script. But this solution will not work in other browsers. See Compose and Send E-mail from JavaScript by using Outlook Automation 2007 for more information.
The only possible solution for all browsers is to use the mailto: protocol for opening a pre-filled new mail item.

Sitecore WFFM, how to create separate "To" email address for languages

We have a form created and the send email action is created for when they click submit. After that, when I click the send email action a modal window opens where I can set the "To" and "From" email addresses.
Our issue is this, we have a client that is global. They want the form to use different languages. But for some reason the send email action does not allow for language versions. If I set it for English US, then go into french, it will have the same "To" email address for all of those.
Is there a way to have this field change per language culture?
We raised this with Sitecore support in the past (Ticket 412571). They acknowledged the issue but said the following;
Save Actions are not designed for multilingual setup. Each used action
from Save Actions is stored in a Form item in the Save Actions field,
which is marked as Shared and Unversioned. That’s why, you can’t add a
language version to your Send Mail action. We recommend using the
Email Campaign Manager for sending out emails in different languages.
So it would seem that your best bet is to start using ECM

Possible to send SQL Reporting Services report in email format with a duplicate pdf attachment?

Our system sends a "Daily Update" email via Reporting Services to all users each morning. If people are on a computer there's no issue. But, for users on the go, some mobile device email clients can't render the email. However, they can all render pdf files.
So... the quick fix was to create two subscriptions for each user; one with the message in the body and one with the message in an attached pdf. This creates an annoying amount of friction. I'd love to send a single email with the message in the body a duplicate pdf version attached.
Is there a simple solution?
FYI, we're managing this through Reporting Services Subscriptions.
By default, no: you can't have both formats in one email
The report "render format" determines whether inline or attached if you check "Include Report". So setting to "PDF" will generate an attachment. However, if you check "Include Link" for PDF rendering then folk can click and go to the report served by the Web site.
Otherwise, you'd have to write some small app that calls the ReportServer service and gets both report formats and combine into one email. Or write your own custom delivery extension
I think it is better to use Database Mail. You can manage it to send e-mail or SMS or even both of them to your subscribtion list.
I'm not sure that you can send a single email with the message in the body a duplicate pdf version attached.
If I understood it correctly, you want to send an email with attachment in pdf and this pdf will have same text/data as that in email body, right?
If that is the case then don't you think "Include Report" with "Render Format" in PDF will give you desired result?

Can Outlook Forms be viewable by other not using Outlook as their email program?

I have created a custom Outlook form in 2007 and I have some receipeints that need to visualize it but do not use Outlook as their email program. Is it possible to make changes to the Form to ensure that they are able to view the form as an email?
I don't think so.