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...
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...
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@...
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@...
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@...
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 ...
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...
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...
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@...
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@...
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...
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...
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...
... 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...
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...
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 ...
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@...
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@...
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...
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...
Change the line with the error to: If Not (CurrentItem Is Nothing) Then ... __________________________________________________ Do You Yahoo!? Everything...
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...
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...
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...
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@...
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@...
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....
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...