.NET Framework - VSTO Notification

Asked By Simoa
26-Oct-09 08:41 PM
Hello
I need to show the user a notification(Open a window) every 2 weeks or
3 weeks depends on the connfiguration he choose at the set up of the
addIn even when the user close Outlook and reopen it (example Calendar
Event Notification) How can i do that?
Thank you
Outlook 2007
(1)
Outlook
(1)
VSTO
(1)
Reminders
(1)
AddIn
(1)
Window
(1)
Weeks
(1)
  Ken Slovak - [MVP - Outlook] replied to Simoa
01-Nov-09 05:32 PM
Create a recurring appointment or task with a reminder on it.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
Create New Account
help
Permanently delete email-Outlook 2007-VSTO Add in .NET Framework How do I permanently delete and email programmatically from folder AND deleted items? I am using Outlook 2007 and coding a VSTO Outlook add in using VS2005, C#. Visual Studio Tools for Office Discussions Outlook 2007 (1) VSTO (1) ItemAdd (1) Reminders (1) Swain (1) B47DC100124F (1) VS2005 (1) The
Outlook 2007, VSTO 3.0 - how to replace the e-mail body / details .NET Framework I have a find a different solution, like a popup window? - Sondre Visual Studio Tools for Office Discussions Outlook 2007 (1) VSTO (1) WebBrowser (1) Reminders (1) Sondre (1) Window (1) There are no methods to do or to hide them. I'd go with a pop-up window. - - Ken Slovak [MVP - Outlook] http: / / www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http: / / www.slovaktech.com / products.htm keywords: Outlook
Visual Studio 2008 , Addins Outlook 2007 , failed Startup .NET Framework Visual Studio 2008 Versi = F3n 9.0.21022.8 RTM Outlook 2007 addins with VSTO I write a small addins for Outlook 2007 with Visual Studio 2008 Profesional Edition. Public Class ThisAddIn Private Sub ThisAddIn_Startup(ByVal sender As this problem ? Thans in advance. Visual Studio Tools for Office Discussions Visual Studio 2008 (1) Outlook 2007 (1) Office (1) Vista (1) System.EventArgs (1) VSTO (1) XP (1) Profesional (1
send MailItem / .msg in SOAP call .NET Framework Outlook 2007 VSTO 2005 add-in I want to send an Outlook mail through a SOAP web service call, so that when the web service receives it file, THEN open the file and encode it? Or is there someway to use the Outlook object model and directly encode the MailItem into the SOAP call, without saving it first file from the encoded SOAP call. Thank you. David Visual Studio Tools for Office Discussions Outlook 2007 (1) VSTO (1) Reminders (1) Swain (1) Msg (1) To create, send and eventually do something with
Outlook 2007 Add-In VSTO SE: Populate To-Field .NET Framework Hi newsgroup, I've developed an Add-In for Outlook 2007 using VSTO 2005 SE which opens a form containing e-mail-addresses from a separate (company) SQL To-field that simple like in VBA using ActiveInspector.CurrentItem.To. What I have in VSTO so far is the code below, but this is always crashing with an exception error. Any assistance would be highly appreciated. 'Reference is set to the Outlook Object Library Imports Outlook = Microsoft.Office.Interop.Outlook Public Class MyForm Private Sub Button1_Click(ByVal