| Thread | Last Post | Replies |
|
| Auto Reply | 26 May 2004 20:53 GMT | 1 |
Is there a way to automatically reply with a default message to all emails in an inbox? If possible I would like it to be done on the client side so the user can click a shortcut on the Outlook toolbar. Any help or
|
| How to count filtered Elements | 26 May 2004 17:43 GMT | 6 |
i have defined a view with a filter and i want to know how many contact items are remaining after applying my filter/view. can i use the count propertie? Thanks for advices ore code snippets.
|
| E-mail from Access | 26 May 2004 17:16 GMT | 1 |
We have an access application that calls outlook and automatically sends e-mails with attached reports through outlook. Is there any way to prevent the message stating "a
|
| Multiple Domain, Exchange, Rule on To: Address | 26 May 2004 17:10 GMT | 2 |
This is a very long post. sorry. I am looking for a VB outlook ideas that would allow the create a rule to move an incoming message from the inbox to another folder based on the To: address domain.
|
| Execute macro on Delete Email event | 26 May 2004 14:00 GMT | 1 |
Anyone know how to execute a macro when the delete event is fired?? It will not work to check the "Deleted Items" folder for messages to show up because I am working with an IMAP account. I simply want to execute my macro
|
| Count no of times a cell has been edited in Excel | 26 May 2004 13:59 GMT | 1 |
In Excel - I want to know a method to calculate the no of time a cell has been edited. I do not want to use track changes. I want to know how I can know if the value in a cell has been changed.
|
| Mail Header Information | 26 May 2004 13:57 GMT | 3 |
How can I access the header information in an incoming e-mail via VBA? I want to draw out the "'Received: from c1m2.emaildefenseservice.com (c1m2.emaildefenseservice.com [216.40.36.34])" line, from the header info copied below, so that I can generate a list of domain names we ...
|
| Setting Icon programmatically on Yes/No userproperty | 26 May 2004 07:27 GMT | 1 |
Does anyone out there know how the Icon can be set for a Yes/No userproperty? Outlook gives you the ability to set the display type for new Yes/No userproperties to Icon, but I can't find documentation anywhere about how to set what icon image to display.
|
| Server Rules - Junk Mail | 25 May 2004 23:31 GMT | 1 |
Good afternoon, I am using OL2k and am on an Exchange server that limits me to 25Mb of server space. Unfortunately, in OL2k, Junk and Adult Content mail filters just move email to the deleted folder - and only run Client Side. I'd like to know if I could develop (or if it's ...
|
| Script to always CC for backup | 25 May 2004 17:03 GMT | 4 |
I'm wanting all emails that I send to have a CC (or perhaps BCC) to my_achive_address@mydomain.com. I would like it to have the following behaviour: 1. Sending from Outlook
|
| Execute Macro on Action | 25 May 2004 16:22 GMT | 2 |
I have written a macro that I would like to have execute each time the "Delete" action is performed. Whether "Delete" is done by pressing the "X" in the toolbar or from the "Edit" menu, either way I would like
|
| question on script error | 25 May 2004 16:02 GMT | 1 |
Outlook 2003 was installed. I installed office 2000 with everything but Access and tools disabled. upon opening Outlook 2003 I get an Internet Explorer Script Error Line: 298
|
| access to a specific folder | 25 May 2004 15:21 GMT | 2 |
how can i access a specific folder. i tried the following but got an error. note: abc is the name of the folder i am trying to open Dim newinbox As MAPIFolde Set newinbox = Application.GetNamespace("MAPI").Folders("abc")
|
| Referencing custom form controls within VBA-- can it be done? | 25 May 2004 14:37 GMT | 1 |
Hi all, I'd be most grateful if you could help on this one. I am trying to programmatically access Control objects within a custom form from an Outlook 2000 VBA application. However, the help files for VBA list the 'Pages' collection object but not the 'Page' object-- which leads me ...
|
| Printing Calendar Views using VBA | 25 May 2004 14:06 GMT | 3 |
I am trying to work out how to get Outlook to print particular calendar view (two in fact) every time that the Outlook session finishes (upon the Application_Quit event). However, I cannot seem to work out how to do this using VBA.
|