Forum: Outlook and VBA
June 3rd 10, 04:38 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 2,667
|
Forum: Outlook and VBA
November 17th 09, 03:01 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 15
Views: 1,722
BeforeFolderMove
I found the solution a long time ago so I thought I'd better post it here.
You need to make the event reliable by making a change to the...
|
Forum: Outlook and VBA
September 28th 09, 04:24 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 499
|
Forum: Outlook and VBA
September 28th 09, 09:51 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 499
|
Forum: Outlook and VBA
September 10th 09, 03:15 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 657
|
Forum: Add-ins for Outlook
September 10th 09, 01:26 PM Posted to microsoft.public.platformsdk.mapi,microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
|
Replies: 11
Views: 1,319
Should I switch to redemption
See below
The FormRegion is not important. I can get an Item Object from the region or from the inspector object. Normally I would cast this
Object to e.g. Outlook.TaskItem. How can I cast this...
|
Forum: Outlook and VBA
September 10th 09, 01:26 PM Posted to microsoft.public.platformsdk.mapi,microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
|
Replies: 11
Views: 1,615
Should I switch to redemption
See below
The FormRegion is not important. I can get an Item Object from the region or from the inspector object. Normally I would cast this
Object to e.g. Outlook.TaskItem. How can I cast this...
|
Forum: Outlook and VBA
September 10th 09, 01:04 PM Posted to microsoft.public.platformsdk.mapi,microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
|
Replies: 11
Views: 1,615
Should I switch to redemption
See below
Yes, I realized the way over the ItemID, but that's a bit arkward.
I think it's just as awkward as casting to be honest
So you say Remdemtion Events are more reliable?
A lot more...
|
Forum: Add-ins for Outlook
September 10th 09, 01:04 PM Posted to microsoft.public.platformsdk.mapi,microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
|
Replies: 11
Views: 1,319
Should I switch to redemption
See below
Yes, I realized the way over the ItemID, but that's a bit arkward.
I think it's just as awkward as casting to be honest
So you say Remdemtion Events are more reliable?
A lot more...
|
Forum: Outlook and VBA
September 10th 09, 12:28 PM Posted to microsoft.public.platformsdk.mapi,microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
|
Replies: 11
Views: 1,615
Should I switch to redemption
Hi,
No, it's not a 1 way road.
You are correct, most RDO objects cannot be casted to Outlook objects,
however, most objects such as Folders, messages... etc have EntryIDs which
you can use to get...
|
Forum: Add-ins for Outlook
September 10th 09, 12:28 PM Posted to microsoft.public.platformsdk.mapi,microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
|
Replies: 11
Views: 1,319
Should I switch to redemption
Hi,
No, it's not a 1 way road.
You are correct, most RDO objects cannot be casted to Outlook objects,
however, most objects such as Folders, messages... etc have EntryIDs which
you can use to get...
|
Forum: Outlook and VBA
September 10th 09, 10:46 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 657
|
Forum: Outlook and VBA
March 31st 09, 02:30 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 15
Views: 1,722
|
Forum: Outlook and VBA
March 31st 09, 09:48 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 15
Views: 1,722
BeforeFolderMove
Thanks Christian for replying.
As far as I'm concerned, my initial post gives you all the information I
have. I created a PST file, created multiple folders as follows, not more
than 15 folders,...
|
Forum: Outlook and VBA
March 31st 09, 09:40 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 15
Views: 1,722
BeforeFolderMove
Hi and sorry for the delay.
This definately reported 0 items for me. I'm using a PST File with lots of
mail folders.
"Ken Slovak - [MVP - Outlook]" wrote:
What number of items? I have that...
|
Forum: Outlook and VBA
March 9th 09, 12:32 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 15
Views: 1,722
BeforeFolderMove
Thanks for your efforts Christian.
I also installed KB961752 and it seemed to make it even worse.
I'd also be cerefull with KB961752 as I found at least one bug with it which...
|
Forum: Outlook and VBA
March 5th 09, 08:27 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 15
Views: 1,722
BeforeFolderMove
Thanks Ken,
I am creating a folder structue and all the folders subscribe to that event.
I hope this does get sorted in SP2 as my project relies on this.
Do you know when it's coming out for...
|
Forum: Outlook and VBA
March 5th 09, 04:57 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 15
Views: 1,722
BeforeFolderMove
Hi and thanks for your reply
I'm coding in VB.NET and using VSTO.
The code references never go out of scope. It's almost like some references
go out of scope inside of Outlook. As you may...
|
Forum: Outlook and VBA
March 5th 09, 11:08 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 15
Views: 1,722
BeforeFolderMove
Hi,
Adding the above handler to any folder in a PST file works for some time
before I stops firing.
STEPS TO REPRODUCE (Using VB.NET or C#)
Try creating a a folder structure in a PST file
Add...
|