Open mail application and insert content with image after user click on button - email

I have an question.
I am trying to implement solution on Magento 2 headless where customer is able to click on "Email" button - then email app is open and specific content is automatically inserted. Customer should only put specific email to it.
If there is any possibillity to implement this?
This is connected with sharing content via friends.
I read that there is no possibillity for that - only text can be put there.
What about images? Is there really no way to do it?

Related

Office365 weblink #odata response url for drafts not working

I am using the Office365 Rest API's to integrate with our application.
Our application generates emails via templates, and then we need to open it as a draft in outlook so the user can make any adjustments before sending it.
The creation of emails is working just fine, and we get the #odata response.
In this response we are taking the weblink section and using this to open the draft email.
If we just use the section as is, the draft email is displayed in a new window, but there is no option there to send it, just to continue editing or discard. So the user has to select continue editing to be able to send it. This would be more useful of you could Is there an option to go straight to the editor? There is a viewmode parameter, but I couldn't find any information on it and trying anything other than viewmodel=ReadMessageItem just gave me a blank screen.
What we really want to be able to do is open the draft in the full outlook editor. From the documentation, this appears to be possible by adding ispopout=0 to the weblink (as mentioned in the resource reference for message). When we do this, the link does open the main outlook window, but it doesn't open the draft in the message pane, just displays the inbox. Is there something I'm missing here?
WebLink property provides you a URL for Outlook Web App window to read a mail the user has received, or a draft as if it was saved by the user. So, the user does have to click on "Edit" to make any changes or send the message. For your scenario, taking the user directly to the draft in "Edit" mode makes sense to avoid the extra click. We will add this feature to our backlog.
"ispopout=0" isn't yet supported and I don't have a timeline to share right now. This is intended for the user to land in Outlook Web App with the message displayed in Preview pane. More importantly, we require the URL returned in WebLink to be used as is, as it can change. So, if an app makes changes to the URL before using it, it could break in the future if the URL structure changes.

How to allow user to only submit an infopath form without read/write access?

I have a infopath form already built, how do I achieve the following?
user is able to access the form via infopath form web part.
user is able to fill out the form and submit via the web part.
user cannot go to Site Contents to even view the result, neither their own, nor others'
user cannot view/edit any results. Submit data only.
Is this possible in SharePoint 2013? So far the closest I could get to is use custom permission level to allow user to only view but not edit item. But I don't want them to even view the result of others. They should only see the form via the web part and submit data there.
Create custom Event receiver on item added event. once the item added just break the permission inheritance and assign the permission for admin only.
So now user can submit the data but they can't able to see that
I think it is possible to submit the form data to another site by web services.

How to send email but not submit or save form using InfoPath

I have an Infopath 2010 form that is already created. I have a button that should send an email to specific people when values are true but I do not want to submit or save the form until I click the save button at the top of the form. I created 2 rules 1 for the email button and 1 for the save button. The save button works when I want to submit and save but the email button does not send emails when values are true. I would like to only use InfoPath to fix this issue if possible.
There is no OTTB solution for info path. But we can do some more things.
On Email button, we submit a data in temp library, where workflow
will start and using workflow you can send email.
If you are using info path with code, than you can do this directly using code.
Create a simple service which send email. On email button, just call
service function to send email.
I agree with Ali's suggestion. Also, yo ucan use SharePoint Designer workflow on your dummy/temporary library and use that to email the users. It will trigger on "new item". When you use the "send email" button, it will save on your dummy/temporary library and the workflow will trigger.

Suggest best way to do this approval workflow for share point form library to send email to the user

I have created the Info path form.
Once the new form created i need to send the email to users which the user selected in the people picker field.
Is that possible to do this using Designer,or VS 2010.
Give some reference to do this.
http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/817c0905-be9c-4b69-aee6-1c5043fc835c/

how do i create a contact in iphone SDK?

I want to duplicate the functionality you see when you tap and hold a phone # in an email. You see a menu pop up and 2 of the options are "Create new contact" & "Add to existing contact". After selecting a contact, you then have a contact with the phone number displayed and can further edit the contact in the contact edit page. Try tapping and holding a phone # to see what I'm getting at.
Anyway, I'm not sure how to do this. I can create a contact via the SDK, but not sure how to display the contact edit screen pre-populated with the phone number.
thanks
I'd start with the section of the Address Book Programming Guide on the view controllers furnished by the system. Beyond that, perhaps you could post the code you're having trouble with?