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.

Messages

  Messages Help
Advanced
Messages 14247 - 14276 of 27685   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14247
I would check the permissions on the folder for those users who cant delete item ... From: Mauthe, Sue [mailto:Sue.Mauthe@...] Sent: 28 February 2002 22...
Carolann McGill
carolann12uk
Offline Send Email
Mar 1, 2002
9:01 am
14248
Hi, I wish to have abutton the pops up the OL Address Book (similar to that of the "To" button, that populates a field with the addresses selected from the...
tigersbarmyarmy
Offline Send Email
Mar 1, 2002
11:47 am
14249
This is the code sinnept that does that. It is a procedure that you call from within your VB code. You can call this procedure when clicking a certain button...
Nader Abdallah
nader.abdallah@...
Send Email
Mar 1, 2002
12:01 pm
14250
Hi! I need help! I wrote a pretty simple COM add in for Outlook using Redemption. All it does is when the user sends and email it checks which country the...
Chaikin, Yaakov Y
yaakov.y.chaikin@...
Send Email
Mar 1, 2002
2:35 pm
14251
Hi ! I just added a little macro to my outlook session. Now I come to the problem taht I don't know how to get a vertical line between a TreeView and a...
Jonas Mossler
Jonas.Mossler@...
Send Email
Mar 1, 2002
3:10 pm
14252
Let's say the control has the name "TB1". It would be something like: Sub Item_CustomPropertyChange(byVal CProp) If CProp = "TB1" Then ...
Soysal, Serdar
ssoysal72
Offline Send Email
Mar 1, 2002
3:20 pm
14253
I keep having troubles shutting down OL2K after my custom appointment form has run. I'm pretty sure all object variables are released (set to Nothing) before...
chrisderoover
Offline Send Email
Mar 1, 2002
6:55 pm
14254
Thanks. It was so obvious.. :) ... From: Dmitry Streblechenko [mailto:dmitry@...] Sent: Thursday, February 28, 2002 5:59 PM To:...
ewoodfor@...
ericwoodford
Offline Send Email
Mar 1, 2002
7:37 pm
14255
Currently my office uses POP3 to get our email from our corporate office over 1000 miles away. We have tried to get RTF emails to work but for whatever reason...
Ed Carden
wecarden
Offline Send Email
Mar 1, 2002
9:31 pm
14256
Thanks very much Siegfried. You've unwittingly saved my bacon any number of other time with your tips and advice to others, so thanks for this, and for those...
antoine.maloney@...
Send Email
Mar 1, 2002
9:36 pm
14257
Hi -- I hope this isn't a FAQ; the archive didn't have much on my issue. I'm trying to follow Sue Mosher's steps to feed a Word template document the values of...
Glascock, Donald S.
glascock.donald@...
Send Email
Mar 1, 2002
11:50 pm
14258
According to: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q249156 ItemAdd event is not guaranteed to be fired when large amount of items are added...
mrklc
Offline Send Email
Mar 1, 2002
11:51 pm
14259
I have 2 list boxs and need to be able to capture the information selected by the user. Cansomeone help me with the command to do this. thanks Joe A/R...
feihu
feihu_aiwei
Offline Send Email
Mar 1, 2002
11:51 pm
14260
I apologize if this had been asked before. I tried searching on keywords that would likely find the answer, but the search engine seems to only be able to...
gawain_the_stout
gawain_the_s...
Offline Send Email
Mar 1, 2002
11:51 pm
14261
... item_close() event procedure or could this be the cause of my nightmare? Yes, that can cause problems. What would be good is to post your Item_Close code...
Phil Seeman
philseeman
Offline Send Email
Mar 2, 2002
7:46 am
14262
Chris, Note that this code uses CDO (Collaboration Data Objects) which may need to be installed on the user's PC if not currently there; it is not installed by...
Phil Seeman
philseeman
Offline Send Email
Mar 2, 2002
7:53 am
14263
That's called a Splitter, and you'll have to code the functionality yourself. I suggest going to www.searchvb.com and search on "splitter". Phil Seeman ...
Phil Seeman
philseeman
Offline Send Email
Mar 2, 2002
8:08 am
14264
Hey thanks Phil !! = ) JM ... http://groups.yahoo.com/group/outlook-dev/files ... Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ ......
Jonas Mossler
Jonas.Mossler@...
Send Email
Mar 2, 2002
3:11 pm
14265
I wanted to thank Dave for all his great help. I was able to program it so that they could type in as many characters of the last name as they wanted, and the...
Sandy Rylander
Sandy_Rylander@...
Send Email
Mar 2, 2002
4:16 pm
14266
Phil, thanks for your help. Some more information: the purpose of the form is to create appointments in a public folder. There is also a button to make a copy...
chrisderoover
Offline Send Email
Mar 2, 2002
5:20 pm
14267
Can anyone tell me how to recover the File System option in the Look In dropdown when adding a folder shortcut to the Outlook Bar? It only seems to offer...
kelgood
Offline Send Email
Mar 3, 2002
6:35 pm
14268
I think you have to install/reinstall the file integration piece. (it is an optional component in Outlook 98) ... From: kelgood [mailto:kel@...]...
maillist@...
neostorm2002
Offline Send Email
Mar 3, 2002
6:46 pm
14269
Change the line with the error to: If Not (CurrentItem Is Nothing) Then ... __________________________________________________ Do You Yahoo!? Everything...
Philip Hall
hallphilip
Offline Send Email
Mar 4, 2002
9:03 am
14270
I'm presently working on some VBA code and I access to the explorer, Inspector and various other objects. To my horror I didn't bring any books with me today...
focus18x
Offline Send Email
Mar 4, 2002
2:23 pm
14271
You can certainly create a new macro for the command you want, and then use the customize options to drag & drop that new macro to wherever you want within the...
Soysal, Serdar
ssoysal72
Offline Send Email
Mar 4, 2002
3:19 pm
14272
Aaah, I ran into the same trouble a while ago. Are you using the "Run Form" to test the form? I was doing that, and for some reason, the code will run while...
Soysal, Serdar
ssoysal72
Offline Send Email
Mar 4, 2002
3:38 pm
14273
Hi! In the Item_Send event, I have something like the following: Dim objMail as Outlook.MailItem Dim objInspector as Outlook.Inspector Set objMail = Item Set...
Chaikin, Yaakov Y
yaakov.y.chaikin@...
Send Email
Mar 4, 2002
3:40 pm
14274
Hi, Serdar -- I should have mentioned how I was running the form, but you guessed correctly that I was trying to "Run This Form" while designing it, and that...
Glascock, Donald S.
glascock.donald@...
Send Email
Mar 5, 2002
5:20 pm
14275
I should be thanking you for the question! I'm glad you were able to make it work for them. I've really received so much more from this list than I have given....
Dave Johnson
davidadrian
Offline Send Email
Mar 5, 2002
7:34 pm
14276
Hi folks I know this has been discussed before but right now I cant access the web page. I have a user who cannot open a custom form I have created, the...
Carolann McGill
carolann12uk
Offline Send Email
Mar 5, 2002
9:55 pm
Messages 14247 - 14276 of 27685   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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