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 26849 - 26878 of 28048   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26849
I've looked around through this group's posts but didn't recognize anything as addressing this issue. If anyone can answer my question or point me to the...
Kerry
btt4me
Offline Send Email
Dec 2, 2006
1:31 am
26850
Toolbar button for yourself? Or for an Outlook add-in? 1) Set myShell = CreateObject("WScript.Shell") 'Windows Scripting Host Object Myshell.Run...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 2, 2006
3:35 pm
26851
Hi, I got some contacts in a public folder in exchange 2000. I wanted to add some reminder for upcoming birthdays in Outlook 2000 but it doesn't set...
Alexander Kopetzky
alex_kopetzky
Offline Send Email
Dec 2, 2006
4:01 pm
26852
The solution is Ken Slovak's tool at http://www.slovaktech.htm...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 2, 2006
5:30 pm
26853
Msg Ref. NS061203_12:00:03 pm Hi I am not sure if this is the right group for my questions Ever since I change my laptop, I was unable to download large files...
Norhaya Saibi
norhaya_saibi
Offline Send Email
Dec 3, 2006
4:00 am
26854
The toolbar button would be put on all user machines so that they can attach a processed file to an email. Is this what you mean by an add-in? Right now, I'm ...
btt4me
Offline Send Email
Dec 3, 2006
5:12 am
26855
presumably that was a typo and it should be: http://www.slovaktech.com/ TIA Steven Teiger http://www.wintra.co.il/ ________________________________ From:...
Steven Teiger
stevteig
Offline Send Email
Dec 3, 2006
4:31 pm
26856
For that scenario, you really need to think about building an add-in. See http://www.outlookcode.com/d/comaddins.htm -- particuilarly the link to the Items...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 4, 2006
3:31 am
26857
Hi all, Is it possible to capture the event that triggers when a user right- clicks a mail item in Outlook's explorer and selects 'Reply', 'Reply All' or...
calvin_nguyen_2006
calvin_nguye...
Offline Send Email
Dec 6, 2006
12:01 am
26858
I need to separate this into two problems: 1) how to get the functionality and 2) how to distribute the solution to other users. Right now, I'd like to get...
Kerry
btt4me
Offline Send Email
Dec 8, 2006
10:09 pm
26859
Then you need to add the button to Inspector.CommandBars, not Explorer.CommandBars, or to Word's Application.CommandBars if Word is the email editor. Outlook...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 11, 2006
1:36 pm
26860
Hi, I am having problem to show the web page on the customized outlook form. I have multiple pages on the form. On one of the page, I have WebBrowser object,...
Yue, Qun
qun_yue
Offline Send Email
Dec 12, 2006
7:18 pm
26861
what if you have it open in a different window?...
Eric Woodford
ericwoodford
Offline Send Email
Dec 12, 2006
8:00 pm
26862
If it opens in different window, it works fine. I just tested. Since I have multiple buttons click event point to the same web page, I would like the web page...
Yue, Qun
qun_yue
Offline Send Email
Dec 12, 2006
8:35 pm
26863
Sounds like the form is refreshing and reseting back to the 'home' page you defined in the control. Unfortunately I don't have recent experience with this...
Eric Woodford
ericwoodford
Offline Send Email
Dec 12, 2006
8:50 pm
26864
Is there any way to convert a .eml message to .msg message. I want to use C# for doing this. Thanks...
h_coder1977
Offline Send Email
Dec 13, 2006
1:41 am
26865
... You should be able to use the name of your root folder (in single quotes, of course), plus True for the SearchSubfolders parameter. You'll want to filter...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 27, 2006
3:13 am
26866
Another approach would be to iterate the entirre store to locate each contacts folder and build the scope string. This code sample, adapted from my forthcoming...
Sue Mosher
sue_mosher_g...
Offline Send Email
Dec 27, 2006
3:14 am
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
Messages 26849 - 26878 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