| Thread | Last Post | Replies |
|
| Button to put disclaimer on email. | 09 May 2005 17:15 GMT | 15 |
I was able to use the following test example to make a button and have it create textboxes when clicked. Any idea on how to have it make the button on the main bar but on the EMAIL dialog box, instead of the main bar of outlook itself?
|
| Problem in creating reminders | 09 May 2005 14:30 GMT | 2 |
Hi, could anyone have a solution for the following problem: I create a new appointment item and set the reminder. I use "ReminderMinutesBeforeStart" property to set the desired reminder time. Now,
|
| Get recipients from addressbook (with redemption) | 09 May 2005 09:17 GMT | 6 |
I'm writing a access2000 program where I let the user pick persons from the outlook 2000 addressbook. I managed to do so, but I got the security warning, so I discovered Outlook Redemption. I'm not so used both programming in Outlook as well as using Redemption .
|
| Different signatures | 08 May 2005 13:21 GMT | 3 |
Hello newsgroup, I've three different signatures in Outlook and would like to insert it in an easy way. I think of three buttons which I could click when I write an email. Is it possible to add a text into a mail on the actual
|
| Question about multiple profiles | 07 May 2005 15:32 GMT | 1 |
I have a few email accounts that I want to access thru Access 2003 with Outlook 2003. I have pretty much everything setup and I am now considering using multiple profiles instead. My limited knowledge and abilities are currently preventing me from doing this, but before I ...
|
| Running Outlook Macro in Excel For sorting | 07 May 2005 15:31 GMT | 1 |
Okay, so here's the deal.. I recieve over 100 customized forms a day from 13 different types of forms. Each type of form has its own unique subject which is disabled so its the same. These forms are submitted to a public email address, which goes to a
|
| Free busy update | 07 May 2005 03:05 GMT | 8 |
I notice that the freebusy information is not updated unless I restart the Outlook. Anyway to make it update the cache without having to restart the Outlook? Any place or registry to set?
|
| Make a list of Readreceipts' username | 06 May 2005 17:44 GMT | 1 |
Outlook 2000 SR1 I would like to write a text file with each name from a list of readreceipts received in a folder. I know how to do the 1st part (ie writing to a text file with VBA) but as
|
| Add mail message to draft folder of any outlook account? | 06 May 2005 17:40 GMT | 1 |
Hi @ll, I wrote a small VB routine to add a message to my draft folder. This enables me to generate eMails by program but verify it interactively before sending it out.
|
| DTS Packages to run Macro | 06 May 2005 13:11 GMT | 6 |
Does anyone know if its possible for a DTS package to run an Outlook Macro? I have created a Macro to take a main public folder, and move the messages to subfolders based on the subject line. I set the code up so it will always find the folders needed, and if not, just not use ...
|
| Change 'signature for new messages' property programmatically | 06 May 2005 08:30 GMT | 1 |
I wish to change the 'Signature for new messages' property on the tools/options/Mail Format form using the Outlook Object model. How can I reference that property? Also, where is the property stored - I have searched the registry and looked for config files on the C: drive.
|
| MAPIFolder delete or item delete | 06 May 2005 08:29 GMT | 1 |
Is there a way to delete outlook item or MAPIFolder deletion without triggering the event of FolderDelete or ItemDelete? thank you
|
| Selective save at send-time | 06 May 2005 03:19 GMT | 5 |
(Sorry for posting to 2 groups, wasn't sure which one would be better for this topic.) At the time I click "send" in Outlook to send a message (new message or a reply), I'd like a dialog box that says "Save message? OK/Cancel". If
|
| Perform a Basic Toolbar Task with VBA | 05 May 2005 17:26 GMT | 5 |
Is there a way to perform a basic toolbar task with VBA in Outlook? All I want to do is have a button to run a specific rule on unread mail. I have look all over and through the Object Model but cannot find anything to do something as simple as this. Just looking to shortcut ...
|
| Relational Operators and Nested Queries with CDO? | 05 May 2005 17:18 GMT | 9 |
I'm in dire need of information on how to use relational operators and nested queries within a CDO MessageFilter. For a regular OOM Items.Find, I would do something like: ([InquiryStatus] <> "Closed") And ([Inquiry Type] = "Hardware/Other" Or
|