| Thread | Last Post | Replies |
|
| Automatic action upon reception of a message | 08 May 2007 16:27 GMT | 1 |
I need to execute a script when a message is received by a specific sender and/or a specific subject and/or it contains some string in the message text Can I do that with vba?
|
| how do I create an import spec in Outlook to import Access calend. | 08 May 2007 16:25 GMT | 1 |
how do I create an import spec in Outlook to import Access calendar data. I need to be able to easily if not automatically update public outlook calendar with updated schedule data from MS Access.
|
| Navigating to an email outside of Outlook | 08 May 2007 16:24 GMT | 6 |
Is it possible to navigate to an email located at c:\sampleEmail.msg using vb6 or vb.net to read the contents of the Subject and Body for the purpose of searching? Thanks,
|
| Message Prompts with Auto Reply | 08 May 2007 16:23 GMT | 5 |
I have a script that runs when a message arrives that sends a reply message back to the sender. I have two issues that I need to resolve. 1. The mailbox that the rule is setup on is an office mailbox that does not get logged into. All the office personnel has the mailbox listed ...
|
| ++++ Backup Macro Project1 | 08 May 2007 12:20 GMT | 2 |
A macro project called Project1 currently set up by default in Outlook 2002. How do I back it up before deleting it and then create a new one from scratch so I can restore it after finishing the test?
|
| ++++ Can I use macro to monitor incoming messages ? | 08 May 2007 03:54 GMT | 5 |
I created some macro in Outlook 2002 and run them manually. Can I use macro to monitor incoming messages automatically? i.e. check each incoming message in Inbox and re-direct them into different folders in real time. Similar to Rules but VBA is more flexible. Thanks.
|
| +++ Macro Security | 08 May 2007 03:54 GMT | 3 |
There is Trend Micro Anti-virus system installed on Domain including on Exchange server and on PCs. I created a macro in Outlook 2002. Is it OK if I set Macro Security to Low in order to run it automatically whenever Outlook starts? Thanks.
|
| to open a file with good columns of the day to the screen | 07 May 2007 20:58 GMT | 1 |
Here my problem I have a calendar on Excel with quatres fixed columns of various names then the other columns are dates. I manage well to put the x-ray one on the good date at the opening of the file but not with the aprés columns of continuation the names. The good columns are ...
|
| Set itm = doc.MailEnvelope.Item | 07 May 2007 19:33 GMT | 3 |
I'm getting a runtime error that says: Run-Time error '-2147467259. Method 'Mailenveloe' of object_document failed I have read every posting about this and still can't seem to figure it out. Whats wierd is that i've been using this macro for months and
|
| Cached Mode on Outlook 2003 using VB script | 07 May 2007 18:50 GMT | 3 |
I have 2000 users using outlook 2003, now I need then change their cached mode on outlook 2003, so I create a little chi chi for them to do themself, here is the step 1). from outlook, click on tools--> E-Mail Accounts.
|
| design new mail from code in access | 07 May 2007 18:02 GMT | 1 |
i have this code: Dim objOutlook As Outlook.Application Dim objMail As Outlook.MailItem Dim objOutlookRecip As Outlook.Recipient
|
| Can I avoid the warning when I send mail from Excel | 07 May 2007 17:37 GMT | 1 |
I have set up a Macro to send different views of a Pivot Table to different people. as follows: "
|
| Mailbox Counter | 07 May 2007 09:45 GMT | 1 |
Good Afternoon all, I'm trying to acquire a VBA script for use in a macro that would be able to tell me how many emails my account is recieving each day. I work in a busy sales office, whereby 5/6 people all have access to this account. I've found
|
| Email Selected or Not Macro Script | 04 May 2007 22:00 GMT | 4 |
I have written a small application using ActiveExplorer, the thing is if an email is not selected I still want to run the script, how do I say if an email is not selected then still run the script. I guess I am looking at an if statement, but when do I check it? I am guessing
|
| changing the contact folder to something other than the default | 04 May 2007 21:59 GMT | 1 |
I have 4 or 5 different folder with contacts in Outlook 2003 and use vba code different times to access the contacts. I always have to temperarily move my contacts out of the main contact folder, then move the contacts from another folder into the main contact folder because ...
|