| Thread | Last Post | Replies |
|
| Item_Send not cancelling when cancel = true | 15 Aug 2003 20:21 GMT | 1 |
Below is my vb.net code for cancelling the send event if a user property is empty. The code processes when the Entity value is empty. I have stepped through the code and can see it set cancel = true. the msgbox pops-up but it still sends the message. Any ideas.
|
| Getting address book | 15 Aug 2003 14:08 GMT | 1 |
How can I get user lists and other properties of users with VBA? Thanks a lot, Salim
|
| FileDialog | 14 Aug 2003 14:33 GMT | 1 |
Using Outlook 2K and am struggling to display an openfile box to let a user select a text file to import names-address pairs in a distribution list. Outlook XP seems to use a FileDialog collection, which I can't make work and Outlook 2K doesn't seem to have it...
|
| Com-Addin | 14 Aug 2003 14:22 GMT | 1 |
Can anyone help out in Programatically creating a propertypage in the calendar outlook form using OOM Thanks Jayadev
|
| Pick a contact from Explorer object possible? | 14 Aug 2003 12:26 GMT | 3 |
Is it possible to pick a contact from an Explorer object? My code just runs with the first item in the explorer, but I want to let the user pick an item and then run the code with that one.
|
| Enabling Outlook Macros | 14 Aug 2003 03:36 GMT | 1 |
Remember, when to changing the Macro Security settings, make the changes and then shut down Outlook. Changes are not implemented until after restart. Duh.
|
| Birthday issue for contacts | 13 Aug 2003 20:17 GMT | 1 |
Hi when I create a new contact and add a birthday using the SetBirthday method, a calendar event gets created. However within my synchronization workflow it is common to delete and recreate contacts. The deletion does NOT remove
|
| Filtering uncategorized items | 13 Aug 2003 20:08 GMT | 5 |
Hi there folks. This is causing me a surprising amount of grief. I'm working on an application that uses the Outlook View Control (Outlook XP) to view the items in various Outlook folders based on their Categories.
|
| Execute Code on Synchronize | 13 Aug 2003 20:05 GMT | 3 |
Is there a way I can execute a set of code in VBA when outlook synchronizes with exchange? For example, I can execute a set of code when outlook exits by using: Private Sub Application_Quit()
|
| Running any macro crashes OL2002 | 13 Aug 2003 15:20 GMT | 2 |
My previous problem has returned. Win2K with SP4, Mcafee installed, new machine. Running any macro now crashes OL2002. Redemption installed. OsaSync installed
|
| Retrieve Auto Archive data using VBA | 11 Aug 2003 15:48 GMT | 1 |
I'm trying to retrieve Auto Archive information from folders in Outlook 2000 using VBA. I have been advised to use CDOLive for that, but CDOLive only seems to be working in an Exchange-server environment.
|
| From exceldata to Outlookmessage | 11 Aug 2003 15:29 GMT | 1 |
This is just to clear a doubt. It is possible to save the contents in the excel sheet as a text file. But is it possible to save excel file as outlook message. That is save from excel sheet to outlook mail Draft
|
| Create a task in sub-folder of the main Tasks folder | 11 Aug 2003 15:24 GMT | 1 |
I am using outlookXP/VBA to create a task in a sub-folder under the main Tasks folder. How can i create it directly there without creating it in the main Tasks and then moving it. thanks David
|
| Date and Time | 11 Aug 2003 15:23 GMT | 1 |
How do I emulate Date and Time function when I custom design the Appointment Form. I would like to create the Date and Time funtion so I can modify the time to only accept 3 time slots values using a drop down.
|
| Display of lastname, firstname | 11 Aug 2003 10:28 GMT | 2 |
Outlook2000. I have programmed some VBA code that adds names to the Contacts. My problem is that when I display the contacts, it is diplayed this way: Lastname, Firstname. I wish have it displayed: Firstname Lastname.
|