Hello! I need develop a CommandBarButton for Outlook 2007 using C++.I was looking for information about this but it's very difficult found something developed...
By "CommandBarButton" are you referring to the new RibbonX controls? There was an article written on just that within the past few months, I think on one of...
Folks, I've created a new Yahoo group, outlook-dev-hire, to provide a better way to connect developers with people looking for help with Outlook programming ...
Hi! I think that you don't understand me. Iam not refering to the new RibbonX Controls because of in Outlook 2007 the "Standard ToolBar" not is a Ribbon. Only...
Ten seconds of searching Google for c++ office commandbars turned up this KB sample: http://support.microsoft.com/kb/312626 . The main thing you need to know...
Excuse me but it's an example in C# code. I need use C++ code. ... the new ... 2007. ... 40yahoogroups.com>, "Brad ... I ... moment. ... was ... if ... for...
You can also try the MsgDump sample at http://www.bpsmicro.com/Files/MsgDump2000.htm While it adds a button to the Inspector CommandBar rather than the...
Thanks very much Brad!! this is an excellent sample for the thing that Iam looking for to do. Yes the concept is identical. Now Iam going to work in this...
Hello! Excuse me but I need know which is the name of "Standard ToolBar" of Outlook 2007. Because in this example agree another bar to Outlook. I want put my...
Hello I'd like to ask how it is possible to send out a new email from Outlook with given RTF body. I use following code but it only populates text email...
Keep in mind that Outlook cannot see any changes made with MAPI (and hence Redemption) until you completely dereference and reopen the item. Since you are...
Hi there, wondering if someone can help me, trying to restrict an Outlook Address Book using the PR_ANR, but for some reason it just doesn't seem to want to...
well sometime get INVALID POINTER in the Restrict clause then someimes t works. I am running this in a com addin, and aso using MapiLogon to get the session...
Just tried lpSession := IUnknown(oleSession.MapiObject) as IMAPISession; to get the session and it didn't make any difference. Does the order of the rgPropTags...
This is the code I have used to return the lpOABRows, I removed the error checking from it, and the value for MUIDOABAB is MUIDOABAB: array[0..15] of Byte = ...
Do you mean AV in the Restrict() method? From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Jason Coley Sent: Thursday, May...
No, it doesn't. But what does this have to do with the Restrict method? The columns are specified when you call IMAPITable::SetColumns. Where exactly do you...
I am sometimes getting the Invalid_Parameter in the Restrict() method. If I leave out the restrict method I get the full list of contacts. Jason From:...
I also get the same error with HrQueryAllRows but I get it every time -2147024809 (MAPI_E_INVALID_PARAMETER) Jason From: outlook-dev@yahoogroups.com...
I have just put the code in one of my Exchange Extensions and it is doing the exact same thing. HrQueryAllRows never works, sometimes the Restrict() does, but...
Have you tried to get rid of the TBL_BATCH flag? From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Jason Coley Sent:...
Are you sure sSearch is not an empty string? How do you call HrQueryAllRows? From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf...
sSearch is not blank below is the hrqueryallrows, if I nil the MyMainRes it works and I get all the contacts, as soon as I put in the restrict the result is ...
Ok I'm creating a com object with the address book from my outlook. I got it working great, well all but one thing. I'm a progress/Open edge Developer so my...
How did you declare sSearch? From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf Of Jason Coley Sent: Thursday, May 10, 2007 8:21...
It is a standard COM error and you should be able to trap it, so this is really a Progress question which has nothing to do with Outlook, CDO or MAPI. If you...