{"id":7006,"date":"2021-09-29T13:47:16","date_gmt":"2021-09-29T13:47:16","guid":{"rendered":"https:\/\/softreetechnology.com\/?p=7006"},"modified":"2022-05-19T05:41:32","modified_gmt":"2022-05-19T05:41:32","slug":"how-to-send-email-with-multiple-image-attachments","status":"publish","type":"post","link":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/","title":{"rendered":"How To Send Email With Multiple Image Attachments"},"content":{"rendered":"\n<p>This blog helps you to upload, preview, and send bulk attachments of pictures to Office365 Outlook using the Email composition Screen Template. I\u2019ve described the following steps to make it easy to understand and achieve.<\/p>\n\n\n\n<p><strong>Step 1<\/strong><\/p>\n\n\n\n<p>Create a blank Canvas App.<\/p>\n\n\n\n<p><strong>Step 2<\/strong><\/p>\n\n\n\n<p>Add a Screen (Email Composition Screen).<\/p>\n\n\n\n<p><strong>Step 3<\/strong><\/p>\n\n\n\n<p>Go to insert -&gt;Media-&gt;Add Picture Control.<\/p>\n\n\n\n<p><strong>Step 4<\/strong><\/p>\n\n\n\n<p>Add a Button Rename it.<\/p>\n\n\n\n<p><strong>Step 5<\/strong><\/p>\n\n\n\n<p>Select Button and write the following function code on its On Select Property.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Collect(Pic,\n    ({\n        Name: \"Picture_\" &amp; Now() &amp; \".png\",\n        ContentBytes: UploadImage.Image,\n        '@odata.type': \"\"\n    }))<\/code><\/pre>\n\n\n\n<p>BASIC<\/p>\n\n\n\n<p>This will create a collection and store data with Name as Picture and concatenate with current date and Time with .png extension.<\/p>\n\n\n\n<p>Pic_9\/1\/2021 7:03 PM.png with picture preview.<\/p>\n\n\n\n<p><strong>Step 6<\/strong><\/p>\n\n\n\n<p>Add a vertical Gallery, on its Items Property, create a Collection as Pic (creates temporary data storage in Collection as Pic).<\/p>\n\n\n\n<p><strong>Step 7<\/strong><\/p>\n\n\n\n<p>Add a trash icon to Gallery write the following function on its On Select Property.<\/p>\n\n\n\n<p>Remove (Pic, ThisItem)<\/p>\n\n\n\n<p><strong>Step 8<\/strong><\/p>\n\n\n\n<p>Select the send icon at the right top corner of the email composition screen.<\/p>\n\n\n\n<p><strong>Step 9<\/strong><\/p>\n\n\n\n<p>You can find the predefined function there which is responsible to send multiple image attachments to the Office365 outlook.<\/p>\n\n\n\n<p><strong>Step 10<\/strong><\/p>\n\n\n\n<p>Save &amp; Publish the App<\/p>\n\n\n\n<p><strong>Step 11<\/strong><\/p>\n\n\n\n<p>Run the App click change picture control to import images from a specific directory of your PC &amp; click Add Picture Button.<\/p>\n\n\n\n<p><strong>Step 12<\/strong><\/p>\n\n\n\n<p>It\u2019ll save all the images to the Pic Collection and can be viewed on your Gallery Control.<\/p>\n\n\n\n<p><strong>Step 13<\/strong><\/p>\n\n\n\n<p>Fill up all the fields as appropriate,<\/p>\n\n\n\n<p>To: Email Id<\/p>\n\n\n\n<p>Subject: Multiple image Attachments<\/p>\n\n\n\n<p>Message: Sending multiple image attachments to the mail inbox\u2026<\/p>\n\n\n\n<p><strong>Step 14<\/strong><\/p>\n\n\n\n<p>Click the send icon of the email composition screen.<\/p>\n\n\n\n<p><strong>Step 15<\/strong><\/p>\n\n\n\n<p>Finally, you can check your Email.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/09282021120035PM\/100.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/csharpcorner-mindcrackerinc.netdna-ssl.com\/UploadFile\/BlogImages\/09282021120035PM\/200.png\" alt=\"\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>In this blog, we are successfully done with uploading and sending bulk images from&nbsp;Power Apps Gallery Control to Office365 Outlook mail attachments.<\/p>\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>This blog helps you to upload, preview, and send bulk attachments of pictures to Office365 Outlook using the Email composition Screen Template. I\u2019ve described the following steps to make it easy to understand and achieve. Step 1 Create a blank Canvas App. Step 2 Add a Screen (Email Composition Screen). Step 3 Go to insert -&gt;Media-&gt;Add Picture Control. Step 4 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7030,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[127],"tags":[],"class_list":["post-7006","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-office-365"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Send Email With Multiple Image Attachments - Softree Technology<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Send Email With Multiple Image Attachments - Softree Technology\" \/>\n<meta property=\"og:description\" content=\"This blog helps you to upload, preview, and send bulk attachments of pictures to Office365 Outlook using the Email composition Screen Template. I\u2019ve described the following steps to make it easy to understand and achieve. Step 1 Create a blank Canvas App. Step 2 Add a Screen (Email Composition Screen). Step 3 Go to insert -&gt;Media-&gt;Add Picture Control. Step 4 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/\" \/>\n<meta property=\"og:site_name\" content=\"Softree Technology\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-29T13:47:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-19T05:41:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/softreetechnology.com\/blog\/wp-content\/uploads\/2021\/10\/Multi_porta.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"1922\" \/>\n\t<meta property=\"og:image:height\" content=\"819\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/gif\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Send Email With Multiple Image Attachments - Softree Technology","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/","og_locale":"en_US","og_type":"article","og_title":"How To Send Email With Multiple Image Attachments - Softree Technology","og_description":"This blog helps you to upload, preview, and send bulk attachments of pictures to Office365 Outlook using the Email composition Screen Template. I\u2019ve described the following steps to make it easy to understand and achieve. Step 1 Create a blank Canvas App. Step 2 Add a Screen (Email Composition Screen). Step 3 Go to insert -&gt;Media-&gt;Add Picture Control. Step 4 [&hellip;]","og_url":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/","og_site_name":"Softree Technology","article_published_time":"2021-09-29T13:47:16+00:00","article_modified_time":"2022-05-19T05:41:32+00:00","og_image":[{"width":1922,"height":819,"url":"https:\/\/softreetechnology.com\/blog\/wp-content\/uploads\/2021\/10\/Multi_porta.gif","type":"image\/gif"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/#article","isPartOf":{"@id":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/"},"author":{"name":"admin","@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/person\/98740297642f06debccdcee2de84086b"},"headline":"How To Send Email With Multiple Image Attachments","datePublished":"2021-09-29T13:47:16+00:00","dateModified":"2022-05-19T05:41:32+00:00","mainEntityOfPage":{"@id":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/"},"wordCount":307,"commentCount":0,"publisher":{"@id":"https:\/\/softreetechnology.com\/blog\/#organization"},"image":{"@id":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/#primaryimage"},"thumbnailUrl":"https:\/\/softreetechnology.com\/blog\/wp-content\/uploads\/2021\/10\/Multi_porta.gif","articleSection":["Office 365"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/","url":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/","name":"How To Send Email With Multiple Image Attachments - Softree Technology","isPartOf":{"@id":"https:\/\/softreetechnology.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/#primaryimage"},"image":{"@id":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/#primaryimage"},"thumbnailUrl":"https:\/\/softreetechnology.com\/blog\/wp-content\/uploads\/2021\/10\/Multi_porta.gif","datePublished":"2021-09-29T13:47:16+00:00","dateModified":"2022-05-19T05:41:32+00:00","breadcrumb":{"@id":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/#primaryimage","url":"https:\/\/softreetechnology.com\/blog\/wp-content\/uploads\/2021\/10\/Multi_porta.gif","contentUrl":"https:\/\/softreetechnology.com\/blog\/wp-content\/uploads\/2021\/10\/Multi_porta.gif","width":1922,"height":819},{"@type":"BreadcrumbList","@id":"https:\/\/softreetechnology.com\/blog\/office-365\/how-to-send-email-with-multiple-image-attachments\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/softreetechnology.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Send Email With Multiple Image Attachments"}]},{"@type":"WebSite","@id":"https:\/\/softreetechnology.com\/blog\/#website","url":"https:\/\/softreetechnology.com\/blog\/","name":"Softree Technology","description":"Celebrating 10+ Years in SharePoint Consulting !","publisher":{"@id":"https:\/\/softreetechnology.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/softreetechnology.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/softreetechnology.com\/blog\/#organization","name":"Softree Technology","url":"https:\/\/softreetechnology.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/softreetechnology.com\/blog\/wp-content\/uploads\/2023\/03\/cropped-white-logo-soft.png","contentUrl":"https:\/\/softreetechnology.com\/blog\/wp-content\/uploads\/2023\/03\/cropped-white-logo-soft.png","width":844,"height":230,"caption":"Softree Technology"},"image":{"@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/person\/98740297642f06debccdcee2de84086b","name":"admin","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/softreetechnology.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6fc78c8a7aa3fb0bf43c3b9a2e3962d7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6fc78c8a7aa3fb0bf43c3b9a2e3962d7?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/softreeconsulting.com"],"url":"https:\/\/softreetechnology.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/posts\/7006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/comments?post=7006"}],"version-history":[{"count":2,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/posts\/7006\/revisions"}],"predecessor-version":[{"id":7117,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/posts\/7006\/revisions\/7117"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/media\/7030"}],"wp:attachment":[{"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/media?parent=7006"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/categories?post=7006"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/softreetechnology.com\/blog\/wp-json\/wp\/v2\/tags?post=7006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}