<?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 Email with Voting Buttons in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Email-with-Voting-Buttons/m-p/70962#M20459</link>
    <description>Hi Guys,&lt;BR /&gt;
&lt;BR /&gt;
I am attempting to send an email which has voting buttons associated with it.&lt;BR /&gt;
&lt;BR /&gt;
The question asked will be:&lt;BR /&gt;
&lt;BR /&gt;
Do you use the "&lt;I&gt;Report Name From Dataset&lt;/I&gt;" report?&lt;BR /&gt;
&lt;BR /&gt;
Can anyone think of a way that would allow me to do this?&lt;BR /&gt;
&lt;BR /&gt;
As the voting buttons are an Outlook function, I gather that I would somehow need to create code which initiates an outlook session and creates a message with the option buttons turned on.&lt;BR /&gt;
&lt;BR /&gt;
If this isn't possible, does anyone have experience with such an issue?&lt;BR /&gt;
&lt;BR /&gt;
Thank you.&lt;BR /&gt;
Scott</description>
    <pubDate>Thu, 25 Mar 2010 05:31:17 GMT</pubDate>
    <dc:creator>Scottcom4</dc:creator>
    <dc:date>2010-03-25T05:31:17Z</dc:date>
    <item>
      <title>Email with Voting Buttons</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Email-with-Voting-Buttons/m-p/70962#M20459</link>
      <description>Hi Guys,&lt;BR /&gt;
&lt;BR /&gt;
I am attempting to send an email which has voting buttons associated with it.&lt;BR /&gt;
&lt;BR /&gt;
The question asked will be:&lt;BR /&gt;
&lt;BR /&gt;
Do you use the "&lt;I&gt;Report Name From Dataset&lt;/I&gt;" report?&lt;BR /&gt;
&lt;BR /&gt;
Can anyone think of a way that would allow me to do this?&lt;BR /&gt;
&lt;BR /&gt;
As the voting buttons are an Outlook function, I gather that I would somehow need to create code which initiates an outlook session and creates a message with the option buttons turned on.&lt;BR /&gt;
&lt;BR /&gt;
If this isn't possible, does anyone have experience with such an issue?&lt;BR /&gt;
&lt;BR /&gt;
Thank you.&lt;BR /&gt;
Scott</description>
      <pubDate>Thu, 25 Mar 2010 05:31:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Email-with-Voting-Buttons/m-p/70962#M20459</guid>
      <dc:creator>Scottcom4</dc:creator>
      <dc:date>2010-03-25T05:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Email with Voting Buttons</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Email-with-Voting-Buttons/m-p/70963#M20460</link>
      <description>Start out by opening a web page (VIEW SOURCE) and interrogate the HTML tags and URL string (everything past the "http:" info) -- this information will need to be generated in an HTML-based EMAIL body.  You will likely need to construct the HTML as part of a DATA step created in the body of an EMAIL.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Google advanced search argument, this topic/post:&lt;BR /&gt;
&lt;BR /&gt;
generate html email body site:sas.com</description>
      <pubDate>Thu, 25 Mar 2010 13:07:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Email-with-Voting-Buttons/m-p/70963#M20460</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-25T13:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Email with Voting Buttons</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Email-with-Voting-Buttons/m-p/70964#M20461</link>
      <description>In addition to Scott's suggestion, you might also want to check with your mail administrators to find out whether sending/receiving HTML in email is allowed. Some sites block out-going HTML and some block in-coming HTML messages and only allow plain text messages. (...which would defeat the purpose of building the HTML).&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 25 Mar 2010 14:31:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Email-with-Voting-Buttons/m-p/70964#M20461</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-03-25T14:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Email with Voting Buttons</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Email-with-Voting-Buttons/m-p/70965#M20462</link>
      <description>Hi Scott,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for your reply.  I have attempted to do as you have suggested and the email get sent as I would expect, however I get no vote buttons.&lt;BR /&gt;
&lt;BR /&gt;
Do you have any other ideas?&lt;BR /&gt;
&lt;BR /&gt;
I can't send the code because it converts the HTML.</description>
      <pubDate>Fri, 26 Mar 2010 05:54:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Email-with-Voting-Buttons/m-p/70965#M20462</guid>
      <dc:creator>Scottcom4</dc:creator>
      <dc:date>2010-03-26T05:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Email with Voting Buttons</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Email-with-Voting-Buttons/m-p/70966#M20463</link>
      <description>Share your code that doesn't work - also use this post to guide you on how to post "code" and other special-concern characters.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=27609" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=27609&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 26 Mar 2010 11:03:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Email-with-Voting-Buttons/m-p/70966#M20463</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-26T11:03:30Z</dc:date>
    </item>
  </channel>
</rss>

