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 19 of 19
Search took 0.03 seconds.
Search: Posts made by: Nabil
Forum: Outlook and VBA June 3rd 10, 04:38 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 2,667
Posted By Nabil
Changing the 'Mark item as read when selection changes' at runtime

Hi,

Outlook version 2007
VS2008
Using VSTO and Redemption

I need to change the following settings at runtime

Mark items as read when viewed in the Reading Pane
Wait [ ] seconds before marking...
Forum: Outlook and VBA November 17th 09, 03:01 PM Posted to microsoft.public.outlook.program_vba
Replies: 15
Views: 1,722
Posted By Nabil
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
Posted By Nabil
Disable control CTRL button when dragging items/folders - Outl

Thank you Eric,

I had already tried BeforeItemCopy before which doesn't fire when copying
items with the control key. I thought I have hit another dead end but then I
read the rest of your post...
Forum: Outlook and VBA September 28th 09, 09:51 AM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 499
Posted By Nabil
Disable control CTRL button when dragging items/folders - Outlook

Hi,

I'm currently developing an Outlook 2007 addin using VSTO. I don't want
users to be able to drag items/folders pressing the CTRL key at the same
time.

The default action when users drag...
Forum: Outlook and VBA September 10th 09, 03:15 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 657
Posted By Nabil
Redemption.RDOSession logon() stops emails sending-they stay in Ou

Thanks Ken, I tried what you suggested but it hasn't solved my problem.
Emails are still waiting in my Outbox.

myRDOsession.LoggedOn reports as true

Any other suggestions?

Thanks

Nabil
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
Posted By Nabil
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
Posted By Nabil
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
Posted By Nabil
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
Posted By Nabil
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
Posted By Nabil
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
Posted By Nabil
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
Posted By Nabil
Redemption.RDOSession logon() stops emails sending-they stay in Ou

Hi,

I have a problem with my Outlook Addin, I'm using VSTO and Outlook 2007. I
am also using redemption for some of my events.

' Declarations
Public WithEvents myRDOsession As...
Forum: Outlook and VBA March 31st 09, 02:30 PM Posted to microsoft.public.outlook.program_vba
Replies: 15
Views: 1,722
Posted By Nabil
BeforeFolderMove

Thanks Ken
Forum: Outlook and VBA March 31st 09, 09:48 AM Posted to microsoft.public.outlook.program_vba
Replies: 15
Views: 1,722
Posted By Nabil
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
Posted By Nabil
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
Posted By Nabil
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
Posted By Nabil
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
Posted By Nabil
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
Posted By Nabil
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...
Showing results 1 to 19 of 19

 
Forum Jump

All times are GMT +1. The time now is 06:22 PM.


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.