How to add a HTML RSVP Form in a reply email from a hyperlinked image in Outlook - outlook

I created a PNG invitation with a RSVP button which I copied to the body of an Microsoft Outlook email. I clicked the Hyperlinked option which took me to a screen where I chose the Email Address option. By adding the email address in the required section I tested it by sending it to myself but when I opened the email and clicked on the image, the reply mail in a separate screen opened with only the mail to and subject section filled in. What do I do to get the email to open with the html form embedded in the email which the recipient can fill in and RSVP? Please help, I am on deadline.

You can't - mailto url only lets you pass recipients, subject, and body. No HTML body or attachments are possible.

Related

Outlook Online - How to redirect to compose page with email address

Does somebody know how to redirect outlook to compose page with email address to send included in the To field
I tried this link for and the device is iOS:
https://outlook.office.com/mail/deeplink/compose?to=service#domain.com
but it only land me on the inbox page

Can you embed an image in a Nodemailer email without also having the image attached to the email?

I am successfully following the Nodemailer documentation to embed an image in the email from my app. As listed in the documentation, the image also shows up as an attachment to the email. So it's attached to the email, and embedded in the body of the email.
Is there a way to have the image embedded in the email body, but not also included as a separate attachment? I find the extra attachment is distracting.
Thank you!
Jon

On-send add-in not loading after Outlook error

I am developing an Outlook 'on-send' add-in which loads a dialog box if the email is addressed to multiple recipients after the send button is pressed. In the dialog, the user confirms the intended recipients from a list and then presses send. The add-in then allows the send event to happen.
A problem arises if the emails are not formatted correctly; Outlook throws a ‘does not recognise email’ error after trying to send the email. The problem is that when I try to send the email again after the error, the add-in does not load. The add-in should load every time the user tries to send an email to multiple recipients.
Please see a video of this behaviour here: https://youtu.be/U1VFuy1qbHM
As you can see from the video, the email goes to my Outbox fine after the first send. However, Outlook throws an errors when I edit the email in my Outbox and try to send it again (presumably because I was using a made up email to test with). As you can see, if I then update the emails and click send, the email sends without the add-in loading again. The intended functionality of the add-in is that another dialog box should be displayed in this case.
This behaviour also occurs when you reply to an email where the recipient has their email address formatted differently. For example, 'Name Surname (name.surname#domain.com)' instead of 'Name Surname <name.surname#domain.com>'. Outlook does not seem to like this format and throws a similar error after trying to send the email. After updating the email format and clicking send, the add-in does not load again.
The error occurs in Win32.
I do not think the problem is with the Javascript. I think the add-in does not even load when I try to resend the email. Maybe the add-in is somehow holding onto the ‘True’ value of the on-send event from the previous dialog box? I have tried editing the different ‘ReadorEdit’ values in the Manifest file to try and ensure the add-in loads for all cases but it has not helped.
What can I do to ensure the add-in loads after these errors?
Thank you for your help- it is very much appreciated.

In Dynamics 365, how to customize the email page to add custom image based on email recipient?

We have an enterprise web api that generates a custom coupon barcode for based on customer id or email.
The Dynamics 365 email activity can send out rich emails; we want to insert custom barcode image into the email.
I have already added a button to this ribbon of this page so that it call open a popup window that can execute my javascript.
But I need to get the email address of the recipient in the "To" field of the email. How do I get this field?
When you are opening the popup, you can send the contact detail in param. Or you can read the parent form fields like discussed here based on your implementation.
Either way, you have to get the activity party list from To field & again you have to make a service call to pull email address. Because only Id & Display Name will be readily available in party list or lookup. Everything else has to be retrieved from server.

Sent mail does not show mail trail with custom outlook message form

I have created a Custom Outlook(Outlook 2010) form using default Mail message form, here i have separate Compose and Read page. The Compose page has TO, CC, Subject, Message and additional custom UI elements; Status(a dropdown box) and Ticket(Text Box) and Read page has Labels From, CC, Subject, Message, Status and Ticket. These custom elements are bind to user defined fields rStatus and rticket.
Assigned custom form in Actions tab for Reply, Reply to ALL, Forward and published in my own Inbox and sent folder
On Running following case
Open Custom form in New Items drop down
Set values in TO(with my own email id), Subject, Status, Ticket and some text in Message Body including the signature.
Send this custom message form
Open received message in Inbox, i can see from, subject, status, ticket and message body as sent in point 2 & 3.
Reply this message by changing Status, Ticket and append some more text in the message body in the top.
Send this custom message form
Open received message, here i can see from, subject, updated status and Ticket, while the Message body is empty.
If I open the message in sent folder after pt 6, the message body is empty there as well.
My form has no scripts and send form def with item is unchecked
Thanks
Kiran
It was a bug that was solved in latest patches for microsoft, after updating I can see the message body in step 7 and 8.

Resources