Hi there Is there a faster way to find the selected items in an Outlook folder than the Selection Object. I have programmed Exchange Extension addins and know...
... using System; using System.Windows.Forms; using Microsoft.VisualStudio.Tools.Applications.Runtime; using Outlook = Microsoft.Office.Interop.Outlook; using...
Can anyone help me convert a string to a value that I can pass to RegSetBinary? function RegSetBinary(RootKey: HKEY; Name: String; Value: Array of Byte):...
Hi all, I am creating an application which needs to sync with outlook. I need to sync email messages, appointments, tasks and contacts. I am new to outlook...
Dear All, I have several applications designed on Outlook 2003/Exchange 2003. I have a Spreadsheet control on my forms and now I am getting an error when...
Hi All: Anyone knows the correct search condition or filter for Outlook 2000? I have built an Outlook Add-In which works fine on Outlook 2003 with the...
Hi there, I am using Extended MAPI and Delphi, I have a list of EntryID's and would like to retrieve data from the stored messages. I have the RAWTABLE from...
I'm retriving printer information using WMI and i'm getting this error:- "An unhandled exception of type 'System.ExecutionEngineException39; occurred in...
Hi, I am still waiting for reply to my mail. Redemption is not working when I take the mails from local hard disk location and still gives me a security prompt...
check this code to add a context menu to outlook... well it works well unless we dont click non-email item. Instead of clicking on explorer if we right-click...
Hi, I am using the following code to remove the security dialog pop from Outlook. But the problem is that If I use the mail item object direct from Outlook...
Is there a way to change the order in which the folders show up in the Folder List in the Outlook. Specifically, make the Inbox show up first in the list. It...
Hi there, I would like to store a folder EntryID and StoreID for later use to access a folder, I'm using Outlook object model and Extended MAPI. At present I...
Hi Again, The 3 spaces fixes it nicely. Thanks. Replaced the vbCrLf with the following function call: Function fvarNewLine() As String
fstrNewLine = vbCrLf & "...
Hi Everyone, I am generating Outlook 2003 text emails in Access 2003 with Redemption.
Upon reciept, some, or all of the carriage returns have disappeared. I
am...
In fact, PutMarkForDownload only added after 2002 version. Now, I want to operate this API, first I get the value of the OlRemoteStatus, or even i just give it...
Hello. I am trying to use Redemption to import a loose MSG file into outlook so I can use Outlook object model methods on it. I am following the example code...
Has anybody ever tried to implement support for the new Outlook 2007 Ribbon in a C++-based COM add-in? While we're working on a .NET rewrite, I'd like to buy...
Hi All: I need some advice as to make my AddIn built with VSTO for Outlook 2003 backward workable for Outlook 2000/2002. Do I need to re-program using Visual...
Hi All, We are using outlook 2003 with Exchange 2003. I am working a customized meeting request form with special catering menu page added. I created a...
In Outlook, how do you set the checked property of a CommandBarButton? I want a button that acts the same way as the "Find" button on the standard bar. Buttons...
HI all, I have written a plugin to run on Outlook 2003/XP/2000 that will change the message class of every new mail that arrives to teh mail box. Changing of...
Hi All My last post didn't show - not too sure why. I'm after reasonably priced products or techniques to put some color schemes and logos into the Outlook...
Hi all, I was trying to add a sub container into Outlook Address Book container and show that new container in Address Book's drop down list. After searching...
Hi there. Is it possible to use the Outlook MAPIObject and Extended Mapi in javascript. Basically trying to get body details from messages without security...
Hi, I have added a user defined column using MSXML to Messages view as "MyColumn". How do I set/retrieve text from this column? I also noticed one thing that...