User Profile

Collapse

Profile Sidebar

Collapse
swdesh
swdesh
Last Activity: May 29 '09, 09:21 AM
Joined: May 26 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • swdesh
    started a topic Outlook Event

    Outlook Event

    Hi
    I am creating one outlook add-in using VSTO 2005 SE.
    I need to track all appointment event. I have used the following code..

    Code:
    Private Sub initializeEvent()
            Dim olFolder As Outlook.Folder = Nothing
            Dim olCalendarFolder As Outlook.MAPIFolder
            Dim olItems As Items
            olCalendarFolder = olNS.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderCalendar)
            olFolder
    ...
    See more | Go to post
    Last edited by Frinavale; May 27 '09, 06:27 PM. Reason: Added code tags. Please post code in [code] [/code] tags.

  • swdesh
    started a topic Outlook Add-In Event Problem

    Outlook Add-In Event Problem

    Hello
    I am using VSTO 2005 SE for creating outllok add-in. I am facing a problem. My outlook events are not getting fired. I am also using System Tray Icon class for creating Icon in Task bar. If i comment the code for creating Tray Icon then it is working fine. Here is my code
    Code:
        Public Class AddIn
    
        Private Sub ThisAddIn_Startup(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Startup
    ...
    See more | Go to post
    Last edited by Frinavale; May 27 '09, 06:27 PM. Reason: Added code tags. Please post code in [code] [/code] tags.
No activity results to display
Show More
Working...