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 25 of 39
Search took 0.10 seconds.
Search: Posts made by: Tom[_4_]
Forum: Add-ins for Outlook March 16th 10, 01:35 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,931
Posted By Tom[_4_]
Context menu for new message window

I will give it a try and I will let you know what I find out.

Thanks Ken!!!



"Ken Slovak - [MVP - Outlook]" wrote in message
...
...
Forum: Add-ins for Outlook March 15th 10, 09:33 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,931
Posted By Tom[_4_]
Context menu for new message window

Yes that is exactly what I want and have been pounding my head on my desk
trying to do

I spent the other day trying to figure out how to retrieve the context menu
command bar and could not find...
Forum: Add-ins for Outlook March 15th 10, 05:21 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,931
Posted By Tom[_4_]
Context menu for new message window

Hi Ken,

I have not found the context menu for Outlook 2007 for the new message
window. How do I hook to the context menu for the new message window for
Outlook 2007? Is this buried in the Word...
Forum: Add-ins for Outlook March 15th 10, 02:06 PM Posted to microsoft.public.outlook.program_addins
Replies: 7
Views: 1,931
Posted By Tom[_4_]
Context menu for new message window

Hi All,

I am developing an add-in for Outlook 2003 and above and would like to add
an item to the context menu of the "new message" window. Is this possible?
We are using Word for the editor and...
Forum: Add-ins for Outlook February 26th 10, 08:03 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,981
Posted By Tom[_4_]
Ribbon Control questions

Yep - I have already run into the testing debacle. It is really becoming a
pain. We really started to add testing all of our custom addins proposals.
It takes a long time to test each version.

I...
Forum: Add-ins for Outlook February 26th 10, 04:09 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,981
Posted By Tom[_4_]
Ribbon Control questions

That is what I thought ken.
But I never thought about invalidating to force a callback - good idea!

I have so many customers who don't like to use the add-in tab for Outlook
2007 because it hides...
Forum: Add-ins for Outlook February 26th 10, 02:45 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,981
Posted By Tom[_4_]
Ribbon Control questions

Sorry Ken - I am using unmananged code (ATL/C++) and all my add-ins support
Outlook 2000 and above - and any operating systems. Oh - and I am using VS
2008.

I am particularily interested in...
Forum: Add-ins for Outlook February 26th 10, 02:22 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,981
Posted By Tom[_4_]
Ribbon Control questions

Hi All,

I have a few questions about the ribbion control.

1. How do I query for my ribbon control at run time? What interface am I
supposed to use?
2. Can I add/remove items dynamically at runtime...
Forum: Add-ins for Outlook October 29th 09, 04:05 PM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 793
Posted By Tom[_4_]
Maximum contact count

Hi All,

I am doing a project that is contact related; which brings me to a question
regarding the maximum count for folders and contents. My project has to
support Outlook 2002/2003/2007 and...
Forum: Add-ins for Outlook October 9th 09, 07:26 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 674
Posted By Tom[_4_]
Address book search customization

Hi Ken,

I had a customer that wanted to catch the user email address search event
and perform a custom query if the outlook search did not return any results.
I did not think that it was possible...
Forum: Add-ins for Outlook October 9th 09, 02:55 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 674
Posted By Tom[_4_]
Address book search customization

Hi all,

Is it possible to capture the address book search event? If so can we chain
a custom search should the the query not return any results?

Thanks,
Tom
Forum: Add-ins for Outlook August 20th 09, 04:03 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 728
Posted By Tom[_4_]
Uninstallable add-in

Hi Mark,

We use a product called Tarma (Expert & Professional). You can install the
product and make sure that the uninstall is not listed within the control
panel. I highly recommend this...
Forum: Add-ins for Outlook August 19th 09, 04:54 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 349
Posted By Tom[_4_]
Setting a MAPI property of type PT_SYSTIME

Hi Tobias,

This is how I set the time using extended mapi

Outlook::_NameSpacePtr spNameSpace = sp-GetSession();
IUnknownPtr pUnk = sp-GetMAPIOBJECT();
CComQIPtrIMessage, &IID_IMessage...
Forum: Add-ins for Outlook July 30th 09, 11:18 PM Posted to microsoft.public.outlook.program_addins
Replies: 8
Views: 1,267
Posted By Tom[_4_]
Ribbon and a checkbox (C++ ATL)

Yes - we'll have to share a beer over that. I could tell you some good ones.

I am begining to see (unfortunately) the death of C++ in the Microsoft
world. This will make things extremely difficult...
Forum: Add-ins for Outlook July 30th 09, 10:46 PM Posted to microsoft.public.outlook.program_addins
Replies: 8
Views: 1,267
Posted By Tom[_4_]
Ribbon and a checkbox (C++ ATL)

Thanks Ken.

Yes - I think I will open a support case.

BTW - I saw somebody else on a blog that had the exact same problem. But
nobody gave him an answer.



"Ken Slovak - [MVP - Outlook]"...
Forum: Add-ins for Outlook July 30th 09, 07:57 PM Posted to microsoft.public.outlook.program_addins
Replies: 8
Views: 1,267
Posted By Tom[_4_]
Ribbon and a checkbox (C++ ATL)

Hi Ken,

Thanks Ken.

I have snipped my invoke code below.

Actually your C# function for getpressed is equivalent to

CheckboxClicked(IDispatch* ribboncontrol, [out,retval]VARIANT_BOOL
state);
Forum: Add-ins for Outlook July 30th 09, 04:59 PM Posted to microsoft.public.outlook.program_addins
Replies: 8
Views: 1,267
Posted By Tom[_4_]
Ribbon and a checkbox (C++ ATL)

Hi Ken,

Yes I can successfully call get_id and it returns the correct ID of the
check box and yes when I call get _context it does return the correct
dispatch. But when I call get_tag it throws an...
Forum: Add-ins for Outlook July 29th 09, 09:52 PM Posted to microsoft.public.outlook.program_addins
Replies: 8
Views: 1,267
Posted By Tom[_4_]
Ribbon and a checkbox (C++ ATL)

Hi,

I have run into a problem using the a checkbox within a Ribbon control. I
have a C++ COM component which I have implemented a ribbon solution that
works fine for all of the buttons; but does...
Forum: Add-ins for Outlook April 10th 09, 04:27 PM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 1,333
Posted By Tom[_4_]
Opening email from a share breaks add-in

The only thing I can think of is to start commenting code out until the
condition go's away.



"Andrew" wrote in message...
Forum: Add-ins for Outlook April 10th 09, 03:46 PM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 1,333
Posted By Tom[_4_]
Opening email from a share breaks add-in

I have had similar problems when running from the debugger and and not as an
adminstrator. Be careful on Vista

Simple test ...try this on XP and see if you get the same error.





"Andrew"...
Forum: Add-ins for Outlook April 10th 09, 03:27 PM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 1,333
Posted By Tom[_4_]
Opening email from a share breaks add-in

What operating system are you on? Is this Vista?



"Andrew" wrote in message
...
Hey,

Its actually a...
Forum: Add-ins for Outlook April 8th 09, 04:07 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 485
Posted By Tom[_4_]
Emails stay in Outbox forever once addin is loaded

Hi Jason,

You are not alone. I have seen this issue multiple times with Outlook 2003.
I believe this is an Outlook problem of some sort. I think it is a race
condition and has something to do with...
Forum: Add-ins for Outlook February 25th 09, 03:51 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 2,665
Posted By Tom[_4_]
Adding a button to existing ribbon

Hi Ken,

Thanks - I think I got it!!! Now I have to figure out how I can use the same
set of source code for Outlook 2002 and above.

We develop all our add-ins using ATL/C++.

We use alot of...
Forum: Add-ins for Outlook February 25th 09, 02:57 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 2,665
Posted By Tom[_4_]
Adding a button to existing ribbon

Thanks Ken,

The only examples I have seen do not do anything with the new message
window. I am kind of confused on how to implement ribbon group just for
those windows.

Thanks,
Tom -
Forum: Add-ins for Outlook February 25th 09, 02:38 PM Posted to microsoft.public.win32.programmer.messaging,microsoft.public.outlook.program_addins,microsoft.public.developer.outlook.addins
Replies: 2
Views: 501
Posted By Tom[_4_]
Problem with determination of path to MSMAPI32.DLL

Hi Petr,

The following functionality has always worked for me. Got this function a
few years ago from some sample code somewhere.


typedef BOOL (STDAPICALLTYPE FGETCOMPONENTPATH)
(LPSTR...
Showing results 1 to 25 of 39

 
Forum Jump

All times are GMT +1. The time now is 01:42 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.