Hi. I work for a company that have more than 500 employees and I must develop an outlook add-in. My question: how would I install them ? Is there an option to...
ApplicationEvents_11 is an Outlook 2003 interface. Are you sure you don't have it the other way around: developed your add-in on a machine with Outlook 2003...
I am using a Sharepoint Infopath form library for handling customer case file data. I have functionality in the infopath form for sending email (using...
Well i am really not sure for the "OTHER WAY" and hence i am here to get that !! I have tried with addin outlook 2003(11 object lib (v. 9.2)) >> works in...
Did you re-create the interop dll under Outlook 2002? Try to remove the reference to Outlook, then re-add it to regenerate the interop dll. As for OutlookSpy,...
yes, now i have done almost all combinations of implementing these things. but not able solve this problem in any way. I have found out that while creating...
Hi, I am a complete newbie with no prior programming experience. Can anyone explain what the following does? Dim objApp As Application Dim objNS As NameSpace ...
Morning to you all Has anyone seen the following issue before and been able to resolves it? Font - Glypha (OpenType font designed for the University) Outlook...
I am quite confused about the various terms. What is the difference between modules, procedures, subroutine and macro. Can 1 be the subset of the other. For...
The basic unit of programming code in VB, VBA, and many other languages is the procedure, which performs some kind of programming operation from start to...
Hi All, I'm looking for a way to use the IMAPIProp interface GetIDsFromNames function to read some Named Properties in Outlook. If one of you has already done...
Any particular language? I have some C++ code I could clean up and post. Brad. From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf...
Hi Brad, This is for use in an Outlook Add-In built with VSTO and VS2005, in C#. So, I'm looking for something like the correct Dllimport, and why not have...
Keep in mind, that calling MAPI from managed code is not supported or recommended by Microsoft. If you are writing an AddIn for Outlook 2007, you now have the...
Hi there, I've done this extensively with Redemption and never had a problem. See http://www.dimastr.com/redemption/utils.htm#xmapi for an example. -Richard ...
Hi, I don't know what is wrong in this code. It draws the first line with the headers with the first for ... next but after that the code somehow stops. I used...
while adding a commandbar button to outlook file menu:- if we have button type=commandbarbutton ID =1 it will remove the BACKUP Button from outlook. pfbackup...
Hi everyone, Had to ask since I havent found any documents about this. Is it possible to port an exchange addin that works fine with Outlook up until version...
IIRC, buttons added by add-ins don't have unique IDs like the buttons that expose built-in commands. You shouldn't include an ID value in your Add statement...
Hi, I'm investigating creating appointments in exchange, from calendar appointments stored in my database. I have had a look around at several sites but...
If you want a totally server-based application, start with the Exchange development docs start at http://msdn.microsoft.com/exchange/ and ask your follow-up...
Sorry, I should have clarified that but yes, that's what I meant. Well, actually, my extension does get loaded but Outlook seams to release the instances right...
Hi,
I have a Access 2000 DB running on the same server than Exchange Server 2000. At the moment I'm reading information from the public folder (contacts)...