| Thread | Last Post | Replies |
|
| Copy from public contacts to local folder | 23 Jun 2006 14:49 GMT | 4 |
I need a Vbscript that copy all the contacts from a specified public folder (public folder\all public folder\custom contact) to a local folder. I've tried with many different script but none of them works.....i dont know how to get it works...
|
| Application_ItemSend doesn't trigger after I save the vba project | 22 Jun 2006 16:25 GMT | 7 |
When I put some code in a new outlook installation it worked. But the moment I exit Outlook (it prompted to save the project) the Application_ItemSend doesn't trigger anymore. The code is still there (Alt-F11). I have to delete the vbaproject.otm, paste in the code (without ...
|
| script/macro to send auto reply to sender | 22 Jun 2006 16:21 GMT | 6 |
I wish to set a rule to perform the following: 1. Transfer the mail to a folder called "rejected mail" when the e-mail address contain "abc.com" and it is not in my address book. 2. Send a notification e-mail to the sender when the above action is
|
| Outlook and VBA | 22 Jun 2006 12:22 GMT | 1 |
I am currently able to use VBA to create new appointments in Outlook 2003 without a problem, but what I would also like to do is to create appointments on our public folder calendar (which is shared throughout the office using Exchange Server).
|
| Setting Folder Aging Properties Prob | 22 Jun 2006 11:24 GMT | 25 |
I am trying to set the default autoarchive settings for user created folders within Outlook 2003 using the code below yet I keep getting the error Object doesn't support this property or method on the line: objMessage.Add "IPC.MS.Outlook.AgingProperties". Does anyone know what is ...
|
| Copying text from Outlook message to Excel | 22 Jun 2006 06:00 GMT | 1 |
I am familiar with Excel vba, have never tried anything in outlook though. In order to automate a task I wish to (when a button is clicked) run a macro that will search for a particular instance of a word in an open
|
| Runtime error 424 | 22 Jun 2006 05:55 GMT | 4 |
I have a macro in word which changes the default path for the save as dialogue box. In word it word it works fine but I copied the code into Outlook an I get the following message
|
| Browse and select mail messages? | 22 Jun 2006 05:50 GMT | 1 |
I'm working on an Excel macro which gathers information from various files (Word, Excel, PowerPoint), as well as email messages. The locations for the files are passed with variables. I was thinking about adding some error handling to allow the user to search for and select the ...
|
| Changing Name of email Folder | 22 Jun 2006 05:47 GMT | 1 |
Right now I am creating a program that searches the subject of new incoming emails for a project number, and if it finds a project number, it checks to see if this project already has a PST file. If the project does not have PST file, then it creates one for the project. When it ...
|
| multiple macro/script in 1 outlook | 22 Jun 2006 02:04 GMT | 7 |
Can I have more than 1 script running in 1 outlook mailbox? I've created a script as follows previously: Sub RunAScriptRuleRoutine(MyMail As MailItem) Dim strID As String
|
| Are there codes to show Outlook data in other applications? | 22 Jun 2006 01:11 GMT | 2 |
In Outlook Today, it references some data from Outlook. Is it possible to use do so into Excel, webpages, etc? If so, how do I refer to these codes, and what codes are available? e.g. ".CalendarStartEnd"
|
| Extract email addresses from Distribution LIst in Global Address List | 22 Jun 2006 00:02 GMT | 2 |
I am using CDO.Message to send email messages from my access application. I now need to send email to existing distribution lists in our Global Address List. However, our exchange server blocks sending to distribution list (i.e.
|
| Annoying as H#LL !!!! | 21 Jun 2006 23:16 GMT | 1 |
I'm trying to do something which surely isn't that difficult! It will be part of a macro in Excel and what I want to do is copy a range from the activesheet and then paste this into the body of an Outlook e-mail.Here's the code:
|
| Counting Attachments in Messages | 21 Jun 2006 16:57 GMT | 5 |
I have code that prompts the user for certain infomation before a message sent. If there are attachments to the message, certain other infomation is necessary. I am attempting to use mailitem.attachments.count to do this, but i find that when i send a message, there is a count ...
|
| Macro to send files | 21 Jun 2006 16:56 GMT | 7 |
Hi, I need a macro to get the files in a folder and send each file to different addresses. Somebody can help me?
|