<?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: Exchange Web Services in BP using C# in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88618#M39138</link>
    <description>You might want to mention, they are using regex to filter out HTML from email, while you can actually&amp;nbsp;ask server to return text:&lt;BR /&gt;PropertySet properties = new PropertySet(BasePropertySet.FirstClassProperties,...);&lt;BR /&gt;properties.RequestedBodyType = BodyType.Text; // &lt;SPAN data-dobid="hdw"&gt;pretty please!!&lt;/SPAN&gt;&lt;BR /&gt;EmailMessage email = EmailMessage.Bind(service, (ItemId)Id, properties);&lt;BR /&gt;&lt;BR /&gt;But maybe they are doing it intentionally...&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Nov 2019 13:46:00 GMT</pubDate>
    <dc:creator>AndreyKudinov</dc:creator>
    <dc:date>2019-11-06T13:46:00Z</dc:date>
    <item>
      <title>Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88605#M39125</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to develop a BP C# object that uses Exchange Web Services (EWS). I have written a working code in Visual Studio but I am struggling to make in work in Object Studio.&lt;BR /&gt;&lt;BR /&gt;This is the code from Visual Studio:&lt;BR /&gt;&lt;BR /&gt;using Microsoft.Exchange.WebServices.Data;&lt;BR /&gt;using System;&lt;BR /&gt;using System.Net;&lt;BR /&gt;&lt;BR /&gt;namespace ConsoleApp&lt;BR /&gt;{&lt;BR /&gt; class Program&lt;BR /&gt; {&lt;BR /&gt; static void Main(string[] args)&lt;BR /&gt; {&lt;BR /&gt; ExchangeService service = new ExchangeService();&lt;BR /&gt;&lt;BR /&gt; service.Credentials = new NetworkCredential("userid", "password");&lt;BR /&gt;&lt;BR /&gt; service.Url = new Uri("https://outlook.office365.com/EWS/Exchange.asmx");&lt;BR /&gt;&lt;BR /&gt; service.ImpersonatedUserId = new ImpersonatedUserId(ConnectingIdType.SmtpAddress, "userid");&lt;BR /&gt;&lt;BR /&gt; Folder inbox = Folder.Bind(service, WellKnownFolderName.Inbox);&lt;BR /&gt;&lt;BR /&gt; Console.WriteLine($"Unread email in inbox: {inbox.UnreadCount}");&lt;BR /&gt;&lt;BR /&gt; Console.ReadLine();&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;My code stage in Object Studio looks like this:&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29318.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29450iA2792D60B8A938F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="29318.png" alt="29318.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;I have copied the&amp;nbsp;Microsoft.Exchange.WebServices DLL to&amp;nbsp;C:\Program Files\Blue Prism Limited\Blue Prism Automate\, and added&amp;nbsp;Microsoft.Exchange.WebServices.dll and System.Net.dll to External References and&amp;nbsp;Microsoft.Exchange.WebServices.Data and System.Net to Namespace Imports.&lt;BR /&gt;&lt;BR /&gt;I get the following errors:&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29320.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29449i642974CF2E863A74/image-size/large?v=v2&amp;amp;px=999" role="button" title="29320.png" alt="29320.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;BR /&gt;Can anyone see what I am doing wrong? I realize that the code stage errors are syntax related, but I won't be able to fix those until the namespace error is resolved, which I have no clue how to fix.&lt;BR /&gt;&lt;BR /&gt;Thank you very much in advance!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christian Juhl&lt;BR /&gt;Business Controller&lt;BR /&gt;Danske Commodities&lt;BR /&gt;Europe/Copenhagen&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Oct 2019 13:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88605#M39125</guid>
      <dc:creator>ChristianJuhl</dc:creator>
      <dc:date>2019-10-28T13:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88606#M39126</link>
      <description>​Hi Christian,&lt;BR /&gt;&lt;BR /&gt;Try the namespaces given below.&lt;BR /&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="29242.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/29377i4795E79364B159A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="29242.png" alt="29242.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jerin Jose&lt;BR /&gt;RPA Product SME&lt;BR /&gt;EY&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Oct 2019 15:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88606#M39126</guid>
      <dc:creator>JerinJose</dc:creator>
      <dc:date>2019-10-28T15:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88607#M39127</link>
      <description>Thank you, Jerin. I will try it out.&lt;BR /&gt;&lt;BR /&gt;Have you developed any EWS objects i Blue Prism that you would be willing to share?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christian Juhl&lt;BR /&gt;Business Controller&lt;BR /&gt;Danske Commodities&lt;BR /&gt;Europe/Copenhagen&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Oct 2019 16:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88607#M39127</guid>
      <dc:creator>ChristianJuhl</dc:creator>
      <dc:date>2019-10-28T16:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88608#M39128</link>
      <description>​Here is basic EWS I made:&lt;BR /&gt;&lt;A href="https://github.com/aikudinov/BlueprismVBO/blob/master/BPA%20Object%20-%20Exchange%20EWS%20API.xml" target="test_blank"&gt;https://github.com/aikudinov/BlueprismVBO/blob/master/BPA%20Object%20-%20Exchange%20EWS%20API.xml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Search filter&amp;nbsp;need to be redone - AQS searches are cached, but you can't reset it in managed api -&amp;nbsp;not useable.&lt;BR /&gt;Using generic&amp;nbsp;SearchFilter will be either limited or overcomplicated - I&amp;nbsp;can just provide both options I guess.&lt;BR /&gt;There is only basic mail.&amp;nbsp;Appointments etc&amp;nbsp;are not hard, but don't have spare time to work on it.&lt;BR /&gt;Not sure if url autodiscovery will work with office365..&lt;BR /&gt;If you drop dlls in Automate folder instead of installing from msi&amp;nbsp;- remove paths to dlls in the VBO.&lt;BR /&gt;&lt;BR /&gt;Should get you started ...&lt;BR /&gt;&lt;BR /&gt;p.s. About your code: you don't need program/main - code stage is basically&amp;nbsp;a static function within a class (VBO). There is also no console. You also need to define your service in globals if you want to use multiple code stages.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Oct 2019 06:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88608#M39128</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2019-10-29T06:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88609#M39129</link>
      <description>Thank you, Andrey. My code stage is working now. Can you explain what you mean by defining my service in Global Code? Why is this necessary if I want to use multiple code stages?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christian Juhl&lt;BR /&gt;Business Controller&lt;BR /&gt;Danske Commodities&lt;BR /&gt;Europe/Copenhagen&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Oct 2019 10:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88609#M39129</guid>
      <dc:creator>ChristianJuhl</dc:creator>
      <dc:date>2019-10-29T10:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88610#M39130</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="d577bf1f-2e46-490f-b791-295a45e32c98" data-tag-text="@Christian Juhl" href="https://community.blueprism.com/network/profile?UserKey=d577bf1f-2e46-490f-b791-295a45e32c98" data-itemmentionkey="8e486f17-de4d-46e2-8668-770546859a83"&gt;@Christian Juhl&lt;/A&gt;, basically if you are going to put all your logic into one code stage, you are good as it is.&lt;BR /&gt;&lt;BR /&gt;However, if you want to create a generic VBO with multiple actions, you will either have to ​do initialization (&lt;SPAN&gt;ExchangeService service = new ExchangeService(); etc..)&lt;/SPAN&gt;&amp;nbsp;in each code stage, or you go in Initialization page (where you add dll references) - Global code and declare "&lt;SPAN&gt;ExchangeService service; " there&lt;/SPAN&gt;​, then use "&lt;SPAN&gt;service = new ExchangeService();" when you actually do init in a code stage&lt;/SPAN&gt;.&lt;BR /&gt;This way that service variable will be persistent across different code stages within VBO (during process lifetime) and you'd only have to do init once.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Oct 2019 11:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88610#M39130</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2019-10-29T11:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88611#M39131</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="d577bf1f-2e46-490f-b791-295a45e32c98" data-tag-text="@Christian Juhl" href="https://community.blueprism.com/network/profile?UserKey=d577bf1f-2e46-490f-b791-295a45e32c98" data-itemmentionkey="768c1df6-5b6b-4b7e-8e6e-4bbd41a76f0e"&gt;@Christian Juhl&lt;/A&gt; There is an existing asset in DX for Exchange Functions. Take a look and see if it serves​ your purpose. &lt;A href="https://digitalexchange.blueprism.com/dx/entry/16835/solution/ms-exchange-functions---agilify​" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/16835/solution/ms-exchange-functions---agilify​&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pratyush Garikapati&lt;BR /&gt;ROM Architect&lt;BR /&gt;Blue Prism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Nov 2019 09:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88611#M39131</guid>
      <dc:creator>PratyushGarikap</dc:creator>
      <dc:date>2019-11-01T09:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88612#M39132</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/769"&gt;@AndreyKudinov&lt;/a&gt; Thank you for clarifying!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christian Juhl&lt;BR /&gt;Business Controller&lt;BR /&gt;Danske Commodities&lt;BR /&gt;Europe/Copenhagen&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Nov 2019 14:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88612#M39132</guid>
      <dc:creator>ChristianJuhl</dc:creator>
      <dc:date>2019-11-01T14:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88613#M39133</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="e1d4554b-de08-4a1c-ad28-0e37a93cbf21" data-tag-text="@Pratyush Garikapati" href="https://community.blueprism.com/people/pratyush-garikapati1" data-itemmentionkey="38934ba7-e67f-4461-bc9f-8d5527a57cb0"&gt;@Pratyush Garikapati&lt;/A&gt; Thanks a lot! This is exactly what I need.&amp;nbsp;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christian Juhl&lt;BR /&gt;Business Controller&lt;BR /&gt;Danske Commodities&lt;BR /&gt;Europe/Copenhagen&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Nov 2019 14:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88613#M39133</guid>
      <dc:creator>ChristianJuhl</dc:creator>
      <dc:date>2019-11-01T14:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88614#M39134</link>
      <description>Hi Christian,&lt;BR /&gt;I also just learned about the Exchange Functions VBO that Agilify made. It's mostly working for me as well, but did you find that the Search Folder action seems to ignore the Folder ID input?&lt;BR /&gt;&lt;BR /&gt;I use the actions in this order:&lt;BR /&gt;1. Setup Service Office 365 -- works for me (not using Impersonated User ID)&lt;BR /&gt;2. Search Folder ID By Name -- seems to work since it returns a folder ID consistently and can even return folder IDs from shared mailboxes if I input the shared mailbox address in Alternate Mailbox Address.&lt;BR /&gt;3. Search Folder -- this seems to always return the Inbox, and I'm not sure but I think maybe it has something to do with the code seeming to bind arbitrarily to the inbox. However, this will throw an error if I provide no Folder ID, and it will still return the Inbox items if I provide a random value. So, it appears as though the code completely ignores the Folder ID.&lt;BR /&gt;&lt;BR /&gt;Anyway, anyone else having the same result? I may attempt to edit the code, but it's annoying because it's code that is compiled into DLLs.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci @ Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2019 03:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88614#M39134</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-11-06T03:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88615#M39135</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;Would you be able to give this feedback on the asset page (same link I shared above)? The developers can review and provide feedback/fixes accordingly.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pratyush Garikapati&lt;BR /&gt;ROM Architect&lt;BR /&gt;Blue Prism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2019 12:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88615#M39135</guid>
      <dc:creator>PratyushGarikap</dc:creator>
      <dc:date>2019-11-06T12:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88616#M39136</link>
      <description>Are you referring to 'Add your review'? I can add a note there if so. It seems like that is for giving my thoughts about the VBO, but it doesn't seem like the appropriate place for reporting possible bugs with the code.&lt;BR /&gt;&lt;BR /&gt;Hmm... There needs to be an easy way to send a message to the owner of the asset.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci @ Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2019 12:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88616#M39136</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-11-06T12:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88617#M39137</link>
      <description>Yes, I was referring to 'Add your review'. You can also post a message in the &lt;A href="https://community.blueprism.com/communities/community-home?CommunityKey=1e516cfe-4d1f-4de9-a9eb-58d15bf38c81" target="_blank" rel="noopener"&gt;DX Community&lt;/A&gt; page.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pratyush Garikapati&lt;BR /&gt;ROM Architect&lt;BR /&gt;Blue Prism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2019 12:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88617#M39137</guid>
      <dc:creator>PratyushGarikap</dc:creator>
      <dc:date>2019-11-06T12:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88618#M39138</link>
      <description>You might want to mention, they are using regex to filter out HTML from email, while you can actually&amp;nbsp;ask server to return text:&lt;BR /&gt;PropertySet properties = new PropertySet(BasePropertySet.FirstClassProperties,...);&lt;BR /&gt;properties.RequestedBodyType = BodyType.Text; // &lt;SPAN data-dobid="hdw"&gt;pretty please!!&lt;/SPAN&gt;&lt;BR /&gt;EmailMessage email = EmailMessage.Bind(service, (ItemId)Id, properties);&lt;BR /&gt;&lt;BR /&gt;But maybe they are doing it intentionally...&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Nov 2019 13:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88618#M39138</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2019-11-06T13:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88619#M39139</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;Did you find a solution to this problem? I am experiencing the exact same issue. It looks like the DX page was updated on&amp;nbsp;11/19/2019 but the downloadable version is still 1.1.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christian Juhl&lt;BR /&gt;Business Controller&lt;BR /&gt;Danske Commodities&lt;BR /&gt;Europe/Copenhagen&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Dec 2019 14:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88619#M39139</guid>
      <dc:creator>ChristianJuhl</dc:creator>
      <dc:date>2019-12-16T14:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exchange Web Services in BP using C#</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88620#M39140</link>
      <description>Nah, I didn't find a solution for it. I ended up deciding not to use the object in production. Instead, we'll probably just go to GRAPH API when I have time to set it up.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci @ Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Dec 2019 14:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Exchange-Web-Services-in-BP-using-C/m-p/88620#M39140</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-12-16T14:51:00Z</dc:date>
    </item>
  </channel>
</rss>

