<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Enterprise Services  Integration</title><link>http://forums.asp.net/46.aspx</link><description>Integrating Enterprise Services including Office, OWC, BizTalk, MSMQ, COM+, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Sending meeting email to outlook using asp.net</title><link>http://forums.asp.net/thread/3320278.aspx</link><pubDate>Thu, 30 Jul 2009 02:46:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3320278</guid><dc:creator>archanasaigovind</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3320278.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=46&amp;PostID=3320278</wfw:commentRss><description>&lt;p&gt;hi can u tell me how you did and send the coding to aarch_sk@yahoo.co.in&lt;/p&gt;</description></item><item><title>Re: Sending meeting email to outlook using asp.net</title><link>http://forums.asp.net/thread/3268722.aspx</link><pubDate>Wed, 01 Jul 2009 11:27:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3268722</guid><dc:creator>yeling</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3268722.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=46&amp;PostID=3268722</wfw:commentRss><description>&lt;p&gt;Thank you very much, Shakira! I&amp;#39;d appreciate it if you could send me the code to mylarges@yahoo.com. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Sending meeting email to outlook using asp.net</title><link>http://forums.asp.net/thread/3265148.aspx</link><pubDate>Mon, 29 Jun 2009 21:04:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3265148</guid><dc:creator>Shakira Nayeem</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3265148.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=46&amp;PostID=3265148</wfw:commentRss><description>&lt;p&gt;My development machine didn&amp;#39;t have&amp;nbsp;outlook in it.&amp;nbsp;You must have&amp;nbsp;Outlook in&amp;nbsp;the server to&amp;nbsp;send meeting request from outlook. Since my&amp;nbsp;application&amp;nbsp;is web based and&amp;nbsp;the hosting server doesn&amp;#39;t have&amp;nbsp;Outlook in it , i have to&amp;nbsp;use an alternate way to do that.&amp;nbsp;(the code worked when i&amp;nbsp;installed outlook in the development server). I used&amp;nbsp;.ics calendar to send meeting request through system.net. It works like charm.If you want i can forward you&amp;nbsp; the class. (i am out of office today and tomorrow).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Shakira&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Sending meeting email to outlook using asp.net</title><link>http://forums.asp.net/thread/3265036.aspx</link><pubDate>Mon, 29 Jun 2009 19:50:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3265036</guid><dc:creator>yeling</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3265036.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=46&amp;PostID=3265036</wfw:commentRss><description>&lt;p&gt;Moni,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I have the same error. You said it worked after you set up email in outlook. How do you mean set up email. I am using a domain account to send these appointments. I can login as that user and open outlook and manually send emails and appointments. Is this enough or is there something else I am missing? Thanks.&lt;/p&gt;&lt;p&gt;Tom&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Sending meeting email to outlook using asp.net</title><link>http://forums.asp.net/thread/2176370.aspx</link><pubDate>Fri, 15 Feb 2008 18:19:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2176370</guid><dc:creator>Shakira Nayeem</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2176370.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=46&amp;PostID=2176370</wfw:commentRss><description>&lt;p&gt;I found the solution. There is nothing wrong with the code. But I didn&amp;#39;t have email set up in my outlook, so at runtime this error was thrown.&lt;/p&gt;
&lt;p&gt;After I set up the email in outlook, it performed the desired action.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Sending meeting email to outlook using asp.net</title><link>http://forums.asp.net/thread/2175833.aspx</link><pubDate>Fri, 15 Feb 2008 14:46:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2175833</guid><dc:creator>Shakira Nayeem</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2175833.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=46&amp;PostID=2175833</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I am trying to send meeting email to outlook user from asp.net&lt;/p&gt;
&lt;p&gt;my code is as follows:&lt;/p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Dim&lt;/font&gt;&lt;font size="2"&gt; oAppointment &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;As&lt;/font&gt;&lt;font size="2"&gt; Microsoft.Office.Interop.Outlook.AppointmentItem = oApplication.CreateItem(Microsoft.Office.Interop.Outlook.OlItemType.olAppointmentItem)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;oAppointment.Subject = &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Testing Appointments with OOM in VB.NET&amp;quot;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;oAppointment.Body = &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&amp;quot;Test Appointment&amp;quot;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;oAppointment.Start = appointmentdate&lt;/p&gt;
&lt;p&gt;oAppointment.End = appointmentdate.AddHours(1)&lt;/p&gt;
&lt;p&gt;oAppointment.ReminderSet = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;True&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;oAppointment.ReminderMinutesBeforeStart = 5&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#008000" size="2"&gt;&amp;#39; oAppointment.BusyStatus = Microsoft.Office.Interop.Outlook.OlBusyStatus.olTentative&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;oAppointment.MeetingStatus = OlMeetingStatus.olMeeting&lt;/p&gt;
&lt;p&gt;oAppointment.AllDayEvent = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;False&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;oAppointment.RequiredAttendees = &lt;/font&gt;&lt;font color="#800000" size="2"&gt;&lt;a href="mailto:someemail@address.com"&gt;someemail@address.com&lt;/a&gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;oAppointment.Send()&lt;/p&gt;
&lt;p&gt;oAppointment = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Nothing&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;oApplication = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;Nothing&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;I get the error message &amp;quot;Exception from HRESULT: 0x80004004 (E_ABORT)&amp;quot;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;Am I doing somthing wrong? what is the right way? Thanks in advance.&lt;/p&gt;&lt;/font&gt;</description></item></channel></rss>