Search the web
Sign In
New User? Sign Up
outlook-dev · Outlook Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26867 - 26896 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26867
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...
Rodrigo
htrimegistos
Offline Send Email
Jan 2, 2007
4:16 pm
26868
I have handled new mail events for OL XP. but while installing in OL2003 its giving error "could not load type outlook.applicationevents_11_ ...
theghost_k8
Offline Send Email
Jan 3, 2007
5:07 am
26869
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...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 3, 2007
6:15 am
26870
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...
nocturnalwarrior
nocturnalwar...
Offline Send Email
Jan 3, 2007
8:39 pm
26871
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...
theghost_k8
Offline Send Email
Jan 4, 2007
7:22 am
26872
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,...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 4, 2007
10:09 pm
26873
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...
theghost_k8
Offline Send Email
Jan 6, 2007
12:07 pm
26874
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 ...
parrots129
Offline Send Email
Jan 8, 2007
1:27 pm
26875
Is there anyway the Redemption dll can come to help in this matter? ... remove the ... running ... with ... handle new...
theghost_k8
Offline Send Email
Jan 9, 2007
5:32 am
26876
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...
Helen Best
hellie_52
Offline Send Email
Jan 9, 2007
11:12 am
26877
THis list is for programming issues only. Please use the outlook-users@yahoogroups.com list for usage issues like this....
Sue Mosher
sue_mosher_g...
Offline Send Email
Jan 9, 2007
1:09 pm
26878
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...
parrots129
Offline Send Email
Jan 9, 2007
1:42 pm
26879
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jan 9, 2007
2:08 pm
26880
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...
Bernard Opic
bernard_opic
Offline Send Email
Jan 11, 2007
11:00 am
26881
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...
Brad [VE3BSM]
bpsmicro
Offline Send Email
Jan 11, 2007
12:30 pm
26882
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...
Bernard Opic
bernard_opic
Offline Send Email
Jan 11, 2007
12:40 pm
26883
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...
Matt Stehle
oneidwlly
Offline Send Email
Jan 11, 2007
2:04 pm
26884
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 ...
richardk45a
Offline Send Email
Jan 11, 2007
5:59 pm
26885
Yes, Redemption implements RDOSession.NewMail (http://www.dimastr.com/redemption/rdo/rdosession.htm#events) and RDOItems.ItemAdd...
Dmitry Streblechenko
dimastr2001
Offline Send Email
Jan 11, 2007
7:05 pm
26886
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...
Alexander Kopetzky
alex_kopetzky
Offline Send Email
Jan 12, 2007
10:45 pm
26887
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...
theghost_k8
Offline Send Email
Jan 16, 2007
10:54 am
26888
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...
Karl Josefsson
virtually_void
Offline Send Email
Jan 16, 2007
2:20 pm
26889
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jan 16, 2007
2:45 pm
26890
By an Exchange add-in, do you mean an Exchange client extension? Those are still supported in Outlook 2007....
Sue Mosher
sue_mosher_g...
Offline Send Email
Jan 16, 2007
4:05 pm
26891
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...
bccookb
Offline Send Email
Jan 16, 2007
11:22 pm
26892
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...
Sue Mosher
sue_mosher_g...
Offline Send Email
Jan 17, 2007
12:12 am
26893
Thanks Sue, I appreciate your prompt reply....
bccookb
Offline Send Email
Jan 17, 2007
2:04 am
26894
oourbar is commandbarpopup object which uses commandbar's find method to get File menu passing menu ID. mnuSaveButton =...
theghost_k8
Offline Send Email
Jan 17, 2007
6:15 am
26895
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...
Karl Josefsson
virtually_void
Offline Send Email
Jan 17, 2007
8:33 am
26896
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)...
Alexander Kopetzky
alex_kopetzky
Offline Send Email
Jan 17, 2007
12:05 pm
Messages 26867 - 26896 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help