<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article How to: Getting started with the Microsoft Outlook 365 connector in Qlik Automate in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/ta-p/2001073</link>
    <description>&lt;P&gt;This article is intended to get started with the Microsoft Outlook 365 connector in Qlik Automate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4 id="toc-hId-143502735" role="heading" aria-level="3"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Authentication and Authorization&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;To authenticate with Microsoft Outlook 365 you create a new connection. The connector makes use of OAuth2 for authentication and authorization purposes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When creating your data source, you will be prompted with a screen asking whether you want &lt;STRONG&gt;default permissions&lt;/STRONG&gt; or &lt;STRONG&gt;default + attachment support permissions&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;The Oauth scopes that are requested for &lt;STRONG&gt;default permissions&lt;/STRONG&gt; are:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;STRONG&gt;Mail.Send&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;User.Read&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Offline_access&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;When selecting &lt;STRONG&gt;default + attachment&amp;nbsp;support permissions&lt;/STRONG&gt;, an additional scope &lt;STRONG&gt;Mail.ReadWrite&lt;/STRONG&gt; will also be requested. This scope is required to send email with attachments.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="default or default and attachment support.png" style="width: 458px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186701i1F57B57583D70735/image-dimensions/458x358?v=v2" width="458" height="358" role="button" title="default or default and attachment support.png" alt="default or default and attachment support.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4 id="toc-hId--1663951728"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Sending Email with the Microsoft Outlook 365 connector&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;The following parameters are available on the &lt;STRONG&gt;Send Mail With Attachments block&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;To: A comma-separated list of recipients&lt;/LI&gt;
&lt;LI&gt;CC: A comma-separated list of recipients to whom the email should be copied&lt;/LI&gt;
&lt;LI&gt;BCC: A comma-separated list of recipients to whom the email should be blind copied&lt;/LI&gt;
&lt;LI&gt;Subject: A title for your email&lt;/LI&gt;
&lt;LI&gt;Type: Choose between plain text email or HTML&lt;/LI&gt;
&lt;LI&gt;Content Body: The content of your email. You can use HTML for your email if chosen as the type&lt;/LI&gt;
&lt;LI&gt;Attachments: The attachments of your email&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;SPAN data-teams="true"&gt;&lt;STRONG&gt;Generating a report and sending an email with the report as an attachment&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;The following automation shows how to generate a report from a Qlik Sense app and attach it to an email.&amp;nbsp;This automation is also attached as JSON in the attachment to this post.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send mail with attachment.png" style="width: 547px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186715iE710AF3214A8DD22/image-dimensions/547x902?v=v2" width="547" height="902" role="button" title="send mail with attachment.png" alt="send mail with attachment.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add attachment.png" style="width: 612px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186716i6A8E99CD0943992F/image-size/large?v=v2&amp;amp;px=999" role="button" title="add attachment.png" alt="add attachment.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4 id="toc-hId-823561105"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Generating a report and sending an email with sharing link of the report&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;For users who didn’t opt for the &lt;STRONG&gt;default + attachment permission&lt;/STRONG&gt; while setting up the connection, due to missing permissions, or because their company hasn’t approved the &lt;STRONG&gt;Mail.ReadWrite&lt;/STRONG&gt; scope, they can still send the email with a sharing link to the report. To do this, the sharing link must first be generated in OneDrive or an alternative file-sharing service.&lt;/P&gt;
&lt;P&gt;The following automation shows how to generate a report from a Qlik Sense app, upload the report to Microsoft OneDrive, create a sharing link, and send out an email with the sharing link in the body. This automation is also attached as JSON in the attachment to this post.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create sharing link attachment.png" style="width: 368px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186702iEB20801F92A8E057/image-size/large?v=v2&amp;amp;px=999" role="button" title="create sharing link attachment.png" alt="create sharing link attachment.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Qlik&amp;nbsp;Automate&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Feb 2026 06:56:29 GMT</pubDate>
    <dc:creator>MarkGeurtsen</dc:creator>
    <dc:date>2026-02-04T06:56:29Z</dc:date>
    <item>
      <title>How to: Getting started with the Microsoft Outlook 365 connector in Qlik Automate</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/ta-p/2001073</link>
      <description>&lt;P&gt;This article is intended to get started with the Microsoft Outlook 365 connector in Qlik Automate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4 id="toc-hId-143502735" role="heading" aria-level="3"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Authentication and Authorization&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;To authenticate with Microsoft Outlook 365 you create a new connection. The connector makes use of OAuth2 for authentication and authorization purposes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When creating your data source, you will be prompted with a screen asking whether you want &lt;STRONG&gt;default permissions&lt;/STRONG&gt; or &lt;STRONG&gt;default + attachment support permissions&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;The Oauth scopes that are requested for &lt;STRONG&gt;default permissions&lt;/STRONG&gt; are:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;STRONG&gt;Mail.Send&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;User.Read&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Offline_access&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;When selecting &lt;STRONG&gt;default + attachment&amp;nbsp;support permissions&lt;/STRONG&gt;, an additional scope &lt;STRONG&gt;Mail.ReadWrite&lt;/STRONG&gt; will also be requested. This scope is required to send email with attachments.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="default or default and attachment support.png" style="width: 458px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186701i1F57B57583D70735/image-dimensions/458x358?v=v2" width="458" height="358" role="button" title="default or default and attachment support.png" alt="default or default and attachment support.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4 id="toc-hId--1663951728"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Sending Email with the Microsoft Outlook 365 connector&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;The following parameters are available on the &lt;STRONG&gt;Send Mail With Attachments block&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;To: A comma-separated list of recipients&lt;/LI&gt;
&lt;LI&gt;CC: A comma-separated list of recipients to whom the email should be copied&lt;/LI&gt;
&lt;LI&gt;BCC: A comma-separated list of recipients to whom the email should be blind copied&lt;/LI&gt;
&lt;LI&gt;Subject: A title for your email&lt;/LI&gt;
&lt;LI&gt;Type: Choose between plain text email or HTML&lt;/LI&gt;
&lt;LI&gt;Content Body: The content of your email. You can use HTML for your email if chosen as the type&lt;/LI&gt;
&lt;LI&gt;Attachments: The attachments of your email&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;SPAN data-teams="true"&gt;&lt;STRONG&gt;Generating a report and sending an email with the report as an attachment&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;The following automation shows how to generate a report from a Qlik Sense app and attach it to an email.&amp;nbsp;This automation is also attached as JSON in the attachment to this post.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="send mail with attachment.png" style="width: 547px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186715iE710AF3214A8DD22/image-dimensions/547x902?v=v2" width="547" height="902" role="button" title="send mail with attachment.png" alt="send mail with attachment.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="add attachment.png" style="width: 612px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186716i6A8E99CD0943992F/image-size/large?v=v2&amp;amp;px=999" role="button" title="add attachment.png" alt="add attachment.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H4 id="toc-hId-823561105"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Generating a report and sending an email with sharing link of the report&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;For users who didn’t opt for the &lt;STRONG&gt;default + attachment permission&lt;/STRONG&gt; while setting up the connection, due to missing permissions, or because their company hasn’t approved the &lt;STRONG&gt;Mail.ReadWrite&lt;/STRONG&gt; scope, they can still send the email with a sharing link to the report. To do this, the sharing link must first be generated in OneDrive or an alternative file-sharing service.&lt;/P&gt;
&lt;P&gt;The following automation shows how to generate a report from a Qlik Sense app, upload the report to Microsoft OneDrive, create a sharing link, and send out an email with the sharing link in the body. This automation is also attached as JSON in the attachment to this post.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create sharing link attachment.png" style="width: 368px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/186702iEB20801F92A8E057/image-size/large?v=v2&amp;amp;px=999" role="button" title="create sharing link attachment.png" alt="create sharing link attachment.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Qlik&amp;nbsp;Automate&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 06:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/ta-p/2001073</guid>
      <dc:creator>MarkGeurtsen</dc:creator>
      <dc:date>2026-02-04T06:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Getting started with the Microsoft Outlook 365 connector in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2039173#M8431</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Could be please get an option for added an attachment, the lack of attachments makes it impossible to use with the reporting automation&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 10:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2039173#M8431</guid>
      <dc:creator>mfahlers</dc:creator>
      <dc:date>2023-02-17T10:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Getting started with the Microsoft Outlook 365 connector in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2040388#M8448</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/73327"&gt;@mfahlers&lt;/a&gt;&amp;nbsp;This is on the roadmap for the&amp;nbsp;&lt;SPAN&gt;Microsoft Outlook 365 connector, though in the meantime, you can distribute links to a report. We also have a&amp;nbsp;&lt;EM&gt;Mail&amp;nbsp;&lt;/EM&gt;block which allows for attachments.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 13:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2040388#M8448</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-02-21T13:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Getting started with the Microsoft Outlook 365 connector in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2047228#M8644</link>
      <description>&lt;P&gt;Hi Sonja&lt;/P&gt;
&lt;P&gt;Thanks, the Link is an good idea, but that requires the user to have access to a some place that is not Qlik to access the files, as the idea is to distribute to external users /none qlik users like in nprinting.&lt;/P&gt;
&lt;P&gt;The mail block doesn't work because it it not compatible with Microsoft requirements regarding using their smtp server (unless special settings are use, which are deprecated) . Yes we could use other smtp servers, but this is meet with great resistance in the organizations/customers as it is another mail system to be bought/maintained&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 09:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2047228#M8644</guid>
      <dc:creator>mfahlers</dc:creator>
      <dc:date>2023-03-09T09:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Getting started with the Microsoft Outlook 365 connector in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2142980#M10801</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;any update about this connector? When will it possible to send attachments?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 16:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2142980#M10801</guid>
      <dc:creator>Sander_Persgroep</dc:creator>
      <dc:date>2023-11-30T16:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Getting started with the Microsoft Outlook 365 connector in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2144690#M10833</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/116599"&gt;@Sander_Persgroep&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;None as of yet. Please vote on and subscribe to the following idea to stay informed:&amp;nbsp;&lt;A href="https://ideation.qlik.com/app/#/case/324694" target="_blank" rel="noopener"&gt;Automations - Outlook 365 - add attachments&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have trouble accessing this link directly, please go to our &lt;A href="https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight" target="_blank" rel="noopener"&gt;Ideation Site&lt;/A&gt; first, scroll down a little and click&amp;nbsp;&lt;STRONG&gt;Authenticate Me&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 08:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2144690#M10833</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-12-06T08:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Getting started with the Microsoft Outlook 365 connector in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2507531#M15450</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;do we need to create oauth connection before hand to setup the outlook 365 connection in app automation?&lt;/P&gt;
&lt;P&gt;and also we are getting admin approval required message while trying to setup the email connection in an automation.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Raju&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 07:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2507531#M15450</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2025-02-27T07:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Getting started with the Microsoft Outlook 365 connector in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2507544#M15455</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/229534"&gt;@Raju_6952&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post your query in the &lt;A href="https://community.qlik.com/t5/Application-Automation/bd-p/qlik-application-automation-discussions" target="_blank" rel="noopener"&gt;Qlik Application automation forum&lt;/A&gt;, where our active support agents and your knowledgeable Qlik peers can better assist you.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 08:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2507544#M15455</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2025-02-27T08:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Getting started with the Microsoft Outlook 365 connector in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2521543#M15971</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just checking&amp;nbsp; if sending automation attachments is now available via OAUTH2 connector.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Siven&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 08:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2521543#M15971</guid>
      <dc:creator>SivenM2020</dc:creator>
      <dc:date>2025-06-18T08:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Getting started with the Microsoft Outlook 365 connector in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2524354#M16113</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I hope you are doing well.&lt;BR /&gt;&lt;BR /&gt;Do we have any latest update regarding automation attachments.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Balaji&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 04:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2524354#M16113</guid>
      <dc:creator>balajim1</dc:creator>
      <dc:date>2025-07-16T04:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Getting started with the Microsoft Outlook 365 connector in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2524670#M16123</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/150928"&gt;@balajim1&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/123254"&gt;@SivenM2020&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This remains on the roadmap. Please see the relevant feedback (#&lt;A href="https://ideation.qlik.com/app/#/case/324694" target="_blank" rel="noopener"&gt;324694&lt;/A&gt;) found on our Ideation page. I recommend &lt;A href="https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight" target="_blank" rel="noopener"&gt;logging in&lt;/A&gt; and then searching for &lt;EM&gt;Automations - Outlook 365 - add attachments&lt;/EM&gt;. You'll be able to leave a comment on the idea and vote for it.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 10:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Microsoft-Outlook-365-connector/tac-p/2524670#M16123</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2025-07-18T10:35:47Z</dc:date>
    </item>
  </channel>
</rss>

