| Thread | Last Post | Replies |
|
| How can I automatically save attachments from inside a rule? | 24 May 2006 23:19 GMT | 1 |
I want to set up an Outlook rule that given a specific keyword in the subject line, any attachments will be sent to a specific folder. The rule wizard doesn't seem to provide this unless I use "run a script" or perform a "custom action", neither of which seems to be available...
|
| Accessing email in an Exchange 5.5 mailbox via VBScript? | 24 May 2006 22:43 GMT | 1 |
I've been asked to develop a VBScript / Windows Scripting Host script to log onto a specific Exchange 5.5 mailbox, iterate through the messages in the inbox, save and rename any attachments on encountered messages to a particular LAN drive and move processed messages to a
|
| How to create a new email with certain options enabled | 24 May 2006 15:23 GMT | 3 |
Is it possible within Outlook 2003 to create some VBA that will create a new email message using the currently selected outlook profile with the encryption and digital signature options enabled?
|
| Outlook and Shared Address Books | 23 May 2006 23:25 GMT | 5 |
We have just moved to Outlook and few things don't seem to be working. One thing is multiple people share an address book, say JDOE. The main folder for JDOE is shared, then contacts, then JDOE. We see the address book in our contacts now, but when we create a message
|
| Macro to change the outgoing mail server | 23 May 2006 21:00 GMT | 1 |
is there a way to write a VB macro with which I could change the outgoing mail server? At the moment I have two email accounts in my Outlook which both use different outgoing mail server depending on my actual location (in other words, depending on my ISP): home, work, other... ...
|
| : I want to automate the Tools | Options | Mail Format to set the default signature from VBA | 23 May 2006 20:54 GMT | 2 |
I'm automatically creating signature files for my users in the right signature folder in Outlook. How do I set my signature file as default signature for mails from VBA. Using Outlook 2003, but don't know witch mailformat/editor my users are
|
| Export e-mail strings to database | 23 May 2006 20:40 GMT | 3 |
Well I wabt to ask all of you AND IF ANYONE KNOWS TO LET ME KNOW: Is there any way to insert mail strings to a database without doing copy paste each one a time?
|
| Adding a Member (existing in GAL) to a Public Distribution List in | 23 May 2006 20:25 GMT | 1 |
Abbreviations used: GAL - Global Address List (Stored / retrieved from Exchange Server). PDL - Public Distribution List stored in Exchange server. Aim: I am trying to add a member (user present in GAL) to a Public
|
| Change properties of selected appointment | 23 May 2006 17:19 GMT | 4 |
I'm trying to just change "Duration" and "Reminder" properties of selected appointment. Start time should reman the same (as when selected). In the macro below it says "Type mismatch". Could anyone help? Thx!
|
| Selecting text question | 22 May 2006 14:20 GMT | 3 |
Is it possible to select all the text wherever the curser may be without actually knowing where the cursor is? I need to write an Outlook add-in that does some processing based on the contact field that the cursor is sitting on.
|
| Header from Outlook Rule | 22 May 2006 06:17 GMT | 10 |
I want to access message.fields to search the internet headers for a message. I'm using code I have found on the net, and don't understand MAPI or CDO very well. I believe the The code fails at GetMessage becuse the objSession is not
|
| appointment colours | 22 May 2006 05:43 GMT | 5 |
I can write fairly simple code in VB6 and have used VBA for MS Word but have never used VBA in outlook At work we have to code appointments in calendar by workplan codes by setting the background colours provided in label.
|
| Export Calendar to XML | 21 May 2006 12:34 GMT | 4 |
Hallo Leute. Ich möchte mit folgendem Code alle CalendarItems in ein XML-File schreiben. Das klappt eigentlich ganz gut. Aber bei einem Serientermin wird nur einmal exportiert. Das heisst,
|
| Record | 21 May 2006 02:12 GMT | 1 |
Is there any way to record a macro in Outlook as there is in Word and Excel Jaez
|
| How to convert MSG files to PDF | 19 May 2006 21:42 GMT | 8 |
I need to convert MSG files to PDF through an automation process. I first thought of opening the MSG file in Outlook and saving it as a PostScript file and then to convert the Postscript file to PDF using Acrobat Distiller.
|