<?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>topic Re: Incremental Load for Fetching the mails from outlook using mailbox connector in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Load-for-Fetching-the-mails-from-outlook-using/m-p/1220750#M390344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick respond. But variables are not working for To and Since. I am getting an error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Unknown Error"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN class="J-J5-Ji" style="display: inline-block; position: relative; color: #222222; font-family: arial, sans-serif; font-size: 17.6px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2017 07:56:32 GMT</pubDate>
    <dc:creator>rishikeshtiwari</dc:creator>
    <dc:date>2017-01-11T07:56:32Z</dc:date>
    <item>
      <title>Incremental Load for Fetching the mails from outlook using mailbox connector</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-for-Fetching-the-mails-from-outlook-using/m-p/1220748#M390342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Qlik-Mailbox connector to extract the emails from outlook. When I am trying to extract it using IMAP (IMAP MESSAGE IN FOLDER)&amp;nbsp; it is asking me the begin date and end date. I am able the export the details also. But in Qlik-Sense Script I am getting these&lt;/P&gt;&lt;P&gt;dates (Start and end) also. If I have a lot of emails I need to extract it in the application using the Incremental load like tables.&lt;/P&gt;&lt;P&gt;So is there any way to load the emails based on incremental data.(Dates are manual in script should be automated).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am getting the following script::&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;MailboxConnector_ImapMessagesInFolder:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_id,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UID &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_UID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inReplyTo &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_inReplyTo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; folder &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_folder,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; to &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_to,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cc &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_cc,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bcc &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_bcc,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_from,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; subject &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_subject,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sent &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_sent,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_text,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; html &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_html,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; size &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_size,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; flags &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_flags,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; seen &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_seen,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; attachments &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_attachments,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gmailMessageId &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_gmailMessageId,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gmailThreadId &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_gmailThreadId,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gmailLabels &lt;/SPAN&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt; ImapMessagesInFolder_gmailLabels&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="keyword" style="color: blue; font-family: 'Courier New'; font-size: 14px;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;[&lt;/SPAN&gt;&lt;A href="http://localhost:5555/data?connectorID=MailboxConnector&amp;amp;table=ImapMessagesInFolder&amp;amp;Server=imap.outlook.com&amp;amp;Port=993&amp;amp;SSL=True&amp;amp;Username=rishikesh.tiwari%40bcone.com&amp;amp;Password=FzNUVPyde6ri5nHl2e%2fdFg%3d%3d&amp;amp;ignoreClientCertificateErrors=True&amp;amp;Folder=INBOX&amp;amp;MaxNoEmails=20&amp;amp;Since=01-01-2017&amp;amp;Before=10-01-2017&amp;amp;appID=" style="color: #337ab7; font-family: 'Courier New'; font-size: 14px;"&gt;http://localhost:5555/data?connectorID=MailboxConnector&amp;amp;&lt;SPAN class="script-table"&gt;table&lt;/SPAN&gt;=&lt;SPAN class="script-table-name"&gt;ImapMessagesInFolder&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name"&gt;Server&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold;"&gt;imap.outlook.com&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name"&gt;Port&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold;"&gt;993&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name"&gt;SSL&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold;"&gt;True&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name"&gt;Username&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold;"&gt;rishi.singh%40bcone.com&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name"&gt;Password&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold;"&gt;FzNUVPyde6ri5nHl2e%2fdFg%3d%3d&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name"&gt;ignoreClientCertificateErrors&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold;"&gt;True&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name"&gt;Folder&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold;"&gt;INBOX&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name"&gt;MaxNoEmails&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold;"&gt;20&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name"&gt;Since&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold;"&gt;01-01-2017&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name"&gt;Before&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold;"&gt;10-01-2017&lt;/SPAN&gt;&amp;amp;appID=&lt;/A&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;(qvx);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;But I am getting these since and to date as well. So is there any process in which we can pass variables so that we can implement incrementally load for Mail Automation for Future.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;Kindly Suggest me if anyone had done it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;Thanks in Advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Courier New'; font-size: 14px;"&gt;Rishi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 07:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-for-Fetching-the-mails-from-outlook-using/m-p/1220748#M390342</guid>
      <dc:creator>rishikeshtiwari</dc:creator>
      <dc:date>2017-01-10T07:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load for Fetching the mails from outlook using mailbox connector</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-for-Fetching-the-mails-from-outlook-using/m-p/1220749#M390343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;you can define variables in the script and replace the dates in the string with thvariables &lt;/P&gt;&lt;P&gt;something like &lt;/P&gt;&lt;P&gt;let vSince= date(today()-2,'DD-MM-YYYY');&lt;/P&gt;&lt;P&gt;let vTo = &lt;SPAN style="font-size: 13.3333px;"&gt;date(today(),'DD-MM-YYYY');&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;MailboxConnector_ImapMessagesInFolder:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_id,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UID &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_UID,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inReplyTo &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_inReplyTo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; folder &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_folder,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; to &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_to,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cc &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_cc,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bcc &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_bcc,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_from,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; subject &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_subject,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sent &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_sent,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_text,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; html &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_html,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; size &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_size,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; flags &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_flags,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; seen &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_seen,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; attachments &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_attachments,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gmailMessageId &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_gmailMessageId,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gmailThreadId &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_gmailThreadId,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gmailLabels &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt; ImapMessagesInFolder_gmailLabels&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:5555/data?connectorID=MailboxConnector&amp;amp;table=ImapMessagesInFolder&amp;amp;Server=imap.outlook.com&amp;amp;Port=993&amp;amp;SSL=True&amp;amp;Username=rishikesh.tiwari%40bcone.com&amp;amp;Password=FzNUVPyde6ri5nHl2e%2fdFg%3d%3d&amp;amp;ignoreClientCertificateErrors=True&amp;amp;Folder=INBOX&amp;amp;MaxNoEmails=20&amp;amp;Since=01-01-2017&amp;amp;Before=10-01-2017&amp;amp;appID=" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;http://localhost:5555/data?connectorID=MailboxConnector&amp;amp;&lt;SPAN class="script-table" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;table&lt;/SPAN&gt;=&lt;SPAN class="script-table-name" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;ImapMessagesInFolder&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Server&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;imap.outlook.com&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Port&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;993&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;SSL&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;True&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Username&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;rishi.singh%40bcone.com&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Password&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;FzNUVPyde6ri5nHl2e%2fdFg%3d%3d&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;ignoreClientCertificateErrors&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;True&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Folder&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;INBOX&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;MaxNoEmails&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;20&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Since&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;$(vSince)&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="script-param-name" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Before&lt;/SPAN&gt;=&lt;SPAN class="script-param-value" data-placement="right" data-toggle="tooltip" style="font-weight: bold; font-style: inherit; font-family: inherit;"&gt;$(vTo)&lt;/SPAN&gt;&amp;amp;appID=&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;(qvx);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Courier New'; color: #008000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 08:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-for-Fetching-the-mails-from-outlook-using/m-p/1220749#M390343</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2017-01-10T08:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load for Fetching the mails from outlook using mailbox connector</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-for-Fetching-the-mails-from-outlook-using/m-p/1220750#M390344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick respond. But variables are not working for To and Since. I am getting an error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Unknown Error"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN class="J-J5-Ji" style="display: inline-block; position: relative; color: #222222; font-family: arial, sans-serif; font-size: 17.6px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2017 07:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-for-Fetching-the-mails-from-outlook-using/m-p/1220750#M390344</guid>
      <dc:creator>rishikeshtiwari</dc:creator>
      <dc:date>2017-01-11T07:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Load for Fetching the mails from outlook using mailbox connector</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Load-for-Fetching-the-mails-from-outlook-using/m-p/1220751#M390345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you need to write the variable&lt;/P&gt;&lt;P&gt;like this '$(vSince)'&lt;/P&gt;&lt;P&gt;there shouldn't be a problem i done this several times&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2017 07:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Load-for-Fetching-the-mails-from-outlook-using/m-p/1220751#M390345</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2017-01-11T07:58:59Z</dc:date>
    </item>
  </channel>
</rss>

