Forum: Outlook - Using Forms
October 9th 06, 03:34 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 1,193
|
Forum: Outlook - Using Forms
August 3rd 06, 03:53 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 512
Outlook-Addin is not loading
Hi,
I have developed an Outlook addin in VS 2003. After building and installing
it, I have opened Outllook. But it is not being loaded. I have checked for
all the installed COM addin (inside Tools...
|
Forum: Outlook - Using Forms
July 31st 06, 05:24 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 413
|
Forum: Add-ins for Outlook
July 31st 06, 05:21 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 594
|
Forum: Add-ins for Outlook
July 31st 06, 05:07 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 487
Remove/Hide DISK COST option in the Wizard
Hi,
I have made a Outlook Addin. While installing that addin,there is an "Disk
Cost" option in the wizard. If I am not wrong this option is to see the
available disk space and to select the disk...
|
Forum: Add-ins for Outlook
July 31st 06, 04:39 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 502
Outlook installer class with custom action
Hi,
I have made a small addin for outlook. With uninstallation I want to add
some custom actions. Basically I want to shut down outlook after uninstalling
the addin.
For that I have added a...
|
Forum: Outlook - Using Forms
July 31st 06, 04:38 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 412
Adding Custom Action with Installer class
Hi,
I have made a small addin for outlook. With uninstallation I want to add
some custom actions. Basically I want to shut down outlook after uninstalling
the addin.
For that I have added a...
|
Forum: Outlook and VBA
February 24th 06, 07:57 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 1,834
Item Move event
Hi,
I have subfolders inside outlook Task Folder.
I want to track if any task has been moved from one task folder to another
task folder.
Is there any event to track this ?
Regards
Atul Sureka
|
Forum: Outlook and VBA
February 5th 06, 01:36 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 2,132
Mapi Folder Items ItemChange event is not firing
Hi,
I have used the following code to Handle the EditItem Event of Task Items
using System;
using System.Data;
using System.Collections;
using Outlook = Microsoft.Office.Interop.Outlook;
public...
|
Forum: Outlook - Using Forms
February 5th 06, 01:36 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 1,077
MapiFolder Items ItemChange is not firing
Hi,
I have used the following code to Handle the EditItem Event of Task Items
using System;
using System.Data;
using System.Collections;
using Outlook = Microsoft.Office.Interop.Outlook;
public...
|
Forum: Outlook - Using Forms
January 24th 06, 11:25 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 1,220
Handling Task Item Delete Event
Hi,
I am trying to capture the Delete Task Item Event.
For that I am handling the ItemRemove event of Task folder.
But handling this event does not provide me the Task Item which is deleted.
How to...
|