| Thread | Last Post | Replies |
|
| Rules Wizard - custom action | 09 Oct 2003 19:11 GMT | 1 |
Based upon the Voting button response to an email, I need to add respondents to an existing appointment and send the meeting request to them. How can I set this up? Thanks in advance for any help you could give.
|
| Automaticly allow macro to access mailadresses | 09 Oct 2003 14:47 GMT | 1 |
I've done a simple antispam macro and it runs every time a new mail arrive. The problem is that i've to allow the macro to access my adress every time, nad the period is only from 1-10 minutes. Does anyone know how to get around this?
|
| Changed Subject not Saving (apparently??) | 09 Oct 2003 10:06 GMT | 1 |
Doing a Google search showed me that a few people had been caught by trying to change the Subject line of an incoming message but forgot to issue the Save method. I had also not put in a Save, however putting one in didn't fix the problem.
|
| Killing Excel called from Outlook | 09 Oct 2003 02:08 GMT | 6 |
I called Excel from within Outlook. I then read some Excel data into an array to pass back to Outlook. I use xl.application.quit set xl = nothing
|
| Set m_objExplorer = Nothing | 09 Oct 2003 01:43 GMT | 2 |
For the code on this page: http://www.exchangeadmin.com/Files/04/25467/Weblisting_02.txt Set m_objExplorer = Nothing is not done. It looks as though m_objExplorers is set to nothing only when Outlook 2002 is shutdown. I understand that m_objExplorer will also go to nothing when ...
|
| Using Journal Create Date in Code | 08 Oct 2003 19:14 GMT | 1 |
I have a system to download Outlook Contacts and Journal Entries to Access using VBA. I maintain a last download date in a table, and want to capture Journal Entries created since that date and move to Access. If you look in Outlook at "All Journal Fields" you see
|
| Personal Folders | 08 Oct 2003 16:49 GMT | 1 |
I am trying to create Mail Items in Personal Folders, It creates them Ok except it puts them into drafts. I suspect that a folder has some sort of generic email address that i shoud create the mail in.
|
| Programming a button | 08 Oct 2003 15:47 GMT | 1 |
I have a button that I am writing a macro for that will open up a custom form stored in my personal forms library. How does one access the personal forms library via vb code?
|
| Adding additional recipient to reply | 07 Oct 2003 22:48 GMT | 1 |
I recently downloaded the Vacation Request form off of slipstick.com. I've been struggling with this problem for a day now. Does anyone know if there is way for an additional email address to be added to the reply to message that the supervisor would return to an employee
|
| ADO vs. MAPI? | 07 Oct 2003 21:31 GMT | 3 |
I wrote a program which uses MAPI to dump email from another program into the Outlook inbox. I also wrote another program which does about the same thing, but via the Outlook Object Module (OOM). Both are written in C and C++.
|
| Multiple Users on the same computer | 07 Oct 2003 15:43 GMT | 1 |
I have XP and we all have our user name; however, we can not all have Outlook. Is there a way for us to have Outlook on each user name with our e-mail? Because the way it is right now we have one users e-mail in every
|
| How to know when additem complete ? | 07 Oct 2003 15:42 GMT | 1 |
is there a way to know when outlook as received all mails ? regards,
|
| Programmaticaly compress a pst | 07 Oct 2003 09:51 GMT | 1 |
How can I programatically compress the current pst folder? O:-) TIA
|
| How can I know which is the currentitem if I don?t have Inspectors? | 07 Oct 2003 01:22 GMT | 1 |
I?m trying to develop a VB macro which take some actions on the currentitem, but I?m not able to retrieve which is the currentitem. I tried with ActiveInspector.CurrentItem, but Outlook says that there isn?t any Inspector. What can I do?
|
| Open another users calendar | 07 Oct 2003 01:19 GMT | 5 |
I would like to create a macro that would open the calendar of another user. Actually, I am trying to open another window showing my calendar as another user. I can do this in Outlook XP. I would just like to automate the process so it is a click away.
|