| Thread | Last Post | Replies |
|
| HLP: Need to change everyones inbox view | 30 Sep 2005 15:58 GMT | 3 |
We currently are running Outlook 2000 connecting to a exchange 2003 server. I need to change everyones inbox view. Basically I need to add a few colums namely SIZE so that people can see how big emails are.
|
| Headers property | 30 Sep 2005 06:18 GMT | 3 |
and don't be too cruel but i'm french and my english is'nt as fluent than yours so ... I'm new in VBA and i'm looking for an Outlook property (mail object) in wich i could find all the headers of a received mail. I suppose it's
|
| BCC on one of several email accounts | 30 Sep 2005 04:57 GMT | 5 |
I'm trying to set up a VB routine that will automatically do a bcc on all outgoing emails when sending from one particular email account. I have 4 email accounts that I use in Outlook 2003 and when I send an email from the 'sales' account, I want all emails bcc'd to another ...
|
| VBA Item.Send Prompt | 30 Sep 2005 04:53 GMT | 2 |
I have just upgrade my Outlook to Ver 2003. I have Writen A program to Use the Outlook OLE Object to Attach and send out An Excel Attachment using my Email Client every night. But Outlook keep Prompting me that a program is trying to send out a email on my behalf. and I can't ...
|
| VBA: New Mail + Options + Security Settings | 29 Sep 2005 20:25 GMT | 2 |
What VBA property controls the selection of "encrypt message contents and attachments"? I would like to use VBA to automatically create a new email and select the option above, found in Options + Security Settings on a new email.
|
| Outlook timer | 29 Sep 2005 19:08 GMT | 1 |
Can someone advise me whether it is possible to create an Outlook Com Add-in which is loaded on Outlook startup and has a sub that fires every 5 minutes checking the inbox and moving email contents to a database? Or is this possible in VBA alone within Outlook 2000?
|
| Modifying AppointmentItem properties | 29 Sep 2005 05:18 GMT | 8 |
I'm trying to read all AppointmentItems in my calandar and export them to sql. Once I've exported it to SQL, I want to set the billable property so I don't export it again.
|
| move task items to different account | 29 Sep 2005 04:33 GMT | 1 |
I have found some code to move Outlook items around. It uses the GetFolderFromID function. I can get the source and the destination folder but I can't move the task items to another folder.
|
| Working with New Email event in Outlook using VBA | 29 Sep 2005 02:33 GMT | 5 |
I found a couple of sample codes that I put together and everything is working fine. How can I access the new mail subject the same way the code access the new mail recipient. I have tried mewitem.subject but it is returning a subject
|
| mail window macro | 28 Sep 2005 17:33 GMT | 2 |
2000,2002 2003 am looking for a way to automate change in mail text template depending on address book recepiant selected any help appreciated
|
| Auto label appointments. | 28 Sep 2005 16:07 GMT | 2 |
I'm wondering if anyone knows how to auto label (or color) and appointment based upon the text of the appointment. Cheers, Job
|
| new mail window | 27 Sep 2005 22:34 GMT | 1 |
im tryin to write code in MS Project 2003 that will open the Compose New Mail window in Outlook 2000/2003. can some1 please help. thank you. schemr
|
| How do I remove the User Name in the header when I print a .MSG | 27 Sep 2005 22:33 GMT | 1 |
I am printing lots .msg files from various individual in the company. I have writtena little looping program in Visual basic to print out all the .MSG files in a directory. My process appears to work fine. The problem is that I have .msg files from many individuals. When I run ...
|
| Simple way to autoforward | 27 Sep 2005 20:15 GMT | 1 |
I am trying to write a script that forwards the current message. From the examples I see in Microsoft here is what I came up with: Sub Autoforward() Dim myinspector As Outlook.Inspector
|
| Open an Excel file based on subject heading of an email | 27 Sep 2005 19:57 GMT | 1 |
I am trying to find some VBA code that will open a particular file (i:/eis/forms/job log test.xls) if I receive an email with the subject heading "EIS_Request". If anyone can help I would greatfully appreciate it.
|