A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 7 of 7
Search took 0.01 seconds.
Search: Posts made by: SHUperb
Forum: Add-ins for Outlook January 8th 07, 08:27 AM Posted to microsoft.public.outlook.program_addins
Replies: 11
Views: 1,482
Posted By SHUperb
ItemAdd in Deleted Items event doesnt fire after a while

Thanks for your guidance. I appreciate it very much.
Forum: Add-ins for Outlook January 8th 07, 08:25 AM Posted to microsoft.public.outlook.program_addins
Replies: 11
Views: 1,482
Posted By SHUperb
ItemAdd in Deleted Items event doesnt fire after a while

The problem is solved

private void myDItems_ItemAdd(object Item)
{
//myDItems = myDFolder.Items; //previously my friend told me to add
this line to refresh the folder. but after commenting it out...
Forum: Add-ins for Outlook January 8th 07, 02:05 AM Posted to microsoft.public.outlook.program_addins
Replies: 11
Views: 1,482
Posted By SHUperb
ItemAdd in Deleted Items event doesnt fire after a while

Nope. I did not set any null at anywhere of the whole code.
Forum: Add-ins for Outlook January 7th 07, 02:44 AM Posted to microsoft.public.outlook.program_addins
Replies: 11
Views: 1,482
Posted By SHUperb
ItemAdd in Deleted Items event doesnt fire after a while

public void OnStartupComplete(ref System.Array custom)
{

myNamespace = applicationObject.GetNamespace("MAPI");
myFolder...
Forum: Add-ins for Outlook January 6th 07, 08:47 AM Posted to microsoft.public.outlook.program_addins
Replies: 11
Views: 1,482
Posted By SHUperb
ItemAdd in Deleted Items event doesnt fire after a while

I think I did the right one on this. I declare it as a class like how u
put it

myFolders = MAPIFolder....
myItems = myFolders.Items;
myItems.ItemAdd += new ...

but i still face the problem. Any...
Forum: Add-ins for Outlook January 5th 07, 09:28 PM Posted to microsoft.public.outlook.program_addins
Replies: 11
Views: 1,482
Posted By SHUperb
ItemAdd in Deleted Items event doesnt fire after a while

hmm..great. But frankly, I must first apologize because I'm a starter,
and I don't really understand by what you mean of storing the items
collection in a variable that stays referenced. On top of...
Forum: Outlook - Calandaring January 5th 07, 07:41 AM Posted to microsoft.public.outlook.calendaring
Replies: 0
Views: 604
Posted By SHUperb
ItemAdd in Deleted Items event doesnt fire after a while

I'm having this problem where i can't find a solution on my own and
neither can i find and posted solution around the web or forums. The
scenario is this : In order to trace the deleted items, i had...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT +1. The time now is 06:40 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.