<?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: Outlook - Abstimmungsschaltfläche in email einfügen in Deutschsprachige Community</title>
    <link>https://community.blueprism.com/t5/Deutschsprachige-Community/Outlook-Abstimmungsschaltfl%C3%A4che-in-email-einf%C3%BCgen/m-p/101719#M461</link>
    <description>Hallo Klaus,&lt;BR /&gt;&lt;BR /&gt;selbst hab ich das bisher noch nie gebraucht, aber ich hab mal kurz gegooglet und das hier gefunden:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-csharp"&gt;&lt;CODE&gt;using Outlook = Microsoft.Office.Interop.Outlook;
   private void OrderPizza()
   {
      Outlook.MailItem mail = (Outlook.MailItem)Application.CreateItem( Outlook.OlItemType.olMailItem);
      mail.VotingOptions = “Cheese; Mushroom; Sausage; Combo; Veg Combo;”
      mail.Subject = “Pizza Order”;
      mail.Display(false);
   }​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/office/client-developer/outlook/pia/how-to-add-voting-options-to-a-mail-item" target="test_blank"&gt;https://docs.microsoft.com/en-us/office/client-developer/outlook/pia/how-to-add-voting-options-to-a-mail-item&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Und vom MailItem object müsste man sich dann die "VotingResponse" auslesen können:&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;VotingResponse
Returns or sets a String (string in C#) specifying the voting response for the mail message. Read/write.

(Inherited from _MailItem)
​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.office.interop.outlook.mailitem?redirectedfrom=MSDN&amp;amp;view=outlook-pia" target="test_blank"&gt;https://docs.microsoft.com/en-us/dotnet/api/microsoft.office.interop.outlook.mailitem?redirectedfrom=MSDN&amp;amp;view=outlook-pia&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Wenn Du ein bisschen programmieren kannst, sollte das hoffentlich helfen &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;LG,&lt;BR /&gt;Astrid</description>
    <pubDate>Wed, 20 Jan 2021 15:13:33 GMT</pubDate>
    <dc:creator>astrid.stollberger</dc:creator>
    <dc:date>2021-01-20T15:13:33Z</dc:date>
    <item>
      <title>Outlook - Abstimmungsschaltfläche in email einfügen</title>
      <link>https://community.blueprism.com/t5/Deutschsprachige-Community/Outlook-Abstimmungsschaltfl%C3%A4che-in-email-einf%C3%BCgen/m-p/101718#M460</link>
      <description>Gibt es in blueprism ein (vorgefertigtes) Objekt zum&lt;BR /&gt;&lt;BR /&gt;- Einfügen von Abstimmungsschaltflächen in eine e-mail und&lt;BR /&gt;- Auslesen der Antwort (hier lediglich Ja/Nein und ein einziger Absender)?&lt;BR /&gt;&lt;BR /&gt;Hat jemand Erfahrungen dazu?&lt;BR /&gt;&lt;BR /&gt;Oder muß ich wirklich "manuell" Outlook öffnen, die Felder spionieren und den ganzen Vorgang abbilden?&lt;BR /&gt;&lt;BR /&gt;Ratlose Grüße&lt;BR /&gt;Klaus&lt;BR /&gt;​​</description>
      <pubDate>Wed, 20 Jan 2021 10:40:22 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Deutschsprachige-Community/Outlook-Abstimmungsschaltfl%C3%A4che-in-email-einf%C3%BCgen/m-p/101718#M460</guid>
      <dc:creator>KlausRoider</dc:creator>
      <dc:date>2021-01-20T10:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Outlook - Abstimmungsschaltfläche in email einfügen</title>
      <link>https://community.blueprism.com/t5/Deutschsprachige-Community/Outlook-Abstimmungsschaltfl%C3%A4che-in-email-einf%C3%BCgen/m-p/101719#M461</link>
      <description>Hallo Klaus,&lt;BR /&gt;&lt;BR /&gt;selbst hab ich das bisher noch nie gebraucht, aber ich hab mal kurz gegooglet und das hier gefunden:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-csharp"&gt;&lt;CODE&gt;using Outlook = Microsoft.Office.Interop.Outlook;
   private void OrderPizza()
   {
      Outlook.MailItem mail = (Outlook.MailItem)Application.CreateItem( Outlook.OlItemType.olMailItem);
      mail.VotingOptions = “Cheese; Mushroom; Sausage; Combo; Veg Combo;”
      mail.Subject = “Pizza Order”;
      mail.Display(false);
   }​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/office/client-developer/outlook/pia/how-to-add-voting-options-to-a-mail-item" target="test_blank"&gt;https://docs.microsoft.com/en-us/office/client-developer/outlook/pia/how-to-add-voting-options-to-a-mail-item&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Und vom MailItem object müsste man sich dann die "VotingResponse" auslesen können:&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;VotingResponse
Returns or sets a String (string in C#) specifying the voting response for the mail message. Read/write.

(Inherited from _MailItem)
​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.office.interop.outlook.mailitem?redirectedfrom=MSDN&amp;amp;view=outlook-pia" target="test_blank"&gt;https://docs.microsoft.com/en-us/dotnet/api/microsoft.office.interop.outlook.mailitem?redirectedfrom=MSDN&amp;amp;view=outlook-pia&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Wenn Du ein bisschen programmieren kannst, sollte das hoffentlich helfen &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;LG,&lt;BR /&gt;Astrid</description>
      <pubDate>Wed, 20 Jan 2021 15:13:33 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Deutschsprachige-Community/Outlook-Abstimmungsschaltfl%C3%A4che-in-email-einf%C3%BCgen/m-p/101719#M461</guid>
      <dc:creator>astrid.stollberger</dc:creator>
      <dc:date>2021-01-20T15:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Outlook - Abstimmungsschaltfläche in email einfügen</title>
      <link>https://community.blueprism.com/t5/Deutschsprachige-Community/Outlook-Abstimmungsschaltfl%C3%A4che-in-email-einf%C3%BCgen/m-p/101720#M462</link>
      <description>Hoi Klaus,&lt;BR /&gt;&lt;BR /&gt;ich war neugierig ob das funktioniert und hab das kurz in das MS Outlook Email VBO von Blue Prism eingebaut (s. Anhang).&lt;BR /&gt;&lt;BR /&gt;Die "&lt;STRONG&gt;VotingOptions&lt;/STRONG&gt;" beim "Send Email" müssen mit Semicolon getrennt werden, also z.b. "Ja; Nein;".&lt;BR /&gt;Bei "GetItems" bekommst du dann die "&lt;STRONG&gt;VotingResponse&lt;/STRONG&gt;" als String, die der Sender gewählt hat (z.B. "Ja").&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Liebe Grüsse,&lt;BR /&gt;Astrid</description>
      <pubDate>Wed, 20 Jan 2021 15:58:46 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Deutschsprachige-Community/Outlook-Abstimmungsschaltfl%C3%A4che-in-email-einf%C3%BCgen/m-p/101720#M462</guid>
      <dc:creator>astrid.stollberger</dc:creator>
      <dc:date>2021-01-20T15:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Outlook - Abstimmungsschaltfläche in email einfügen</title>
      <link>https://community.blueprism.com/t5/Deutschsprachige-Community/Outlook-Abstimmungsschaltfl%C3%A4che-in-email-einf%C3%BCgen/m-p/101721#M463</link>
      <description>Hallo Astrid,&lt;BR /&gt;&lt;BR /&gt;das klingt schon einmal interessant; ich werde das ausprobieren, sobald bei mit blueprism wieder funktioniert (momentan gibt es ein Problem, aber das muß unsere IT klären).&lt;BR /&gt;Vielen Dank auf alle Fälle.&lt;BR /&gt;&lt;BR /&gt;Klaus​​</description>
      <pubDate>Thu, 21 Jan 2021 08:43:44 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Deutschsprachige-Community/Outlook-Abstimmungsschaltfl%C3%A4che-in-email-einf%C3%BCgen/m-p/101721#M463</guid>
      <dc:creator>KlausRoider</dc:creator>
      <dc:date>2021-01-21T08:43:44Z</dc:date>
    </item>
  </channel>
</rss>

