| Thread | Last Post | Replies |
|
| Processing outgoing mails | 16 Feb 2007 06:53 GMT | 1 |
I am looking to develop an addin/plugin which checks if particular disclaimer is in place every time a message is sent out to a particular user. What is a good starting point to do this?
|
| ItemRead() and ItemRemoved() are not intuitive | 16 Feb 2007 06:52 GMT | 1 |
If I put a msg into a folder where I am capturing these events I get the itemRead event. Since there are no other msgs in that folder when I remove the msg I do NOT get the itemRemove event. That is not intuitive. If I then add the message back to the folder I do NOT get the ...
|
| CreateObject("Scripting.FileSystemObject") stopped working | 15 Feb 2007 21:25 GMT | 2 |
I have a script I have been using regularly which includes the lines Dim fs As FileSystemObject Set fs = CreateObject("Scripting.FileSystemObject") Today the second line is suddenly giving me Automation Error, Library Not
|
| Programmatically Create/Install VBA Macro | 15 Feb 2007 19:42 GMT | 3 |
I am in need of installing/creating a marco on several computers, and rather than have to create each one individually, I'd like to create an installer program (somehow). Is this even possible, and if so how? Thanks for you time.
|
| Move Items from deleted items to another folder | 15 Feb 2007 19:27 GMT | 1 |
My company's e-mail policy permanently deletes all items from the "Deleted Items" folder after 29 days, but indefinitely archives messages that reside in all other folders. For safe-keeping, I'd like to never have anything permanently deleted.
|
| Outlook to access | 15 Feb 2007 15:00 GMT | 3 |
When i link my outlook contacts storred in a public folder on the exchange server, the "notes" field is not included at all Is there a way to establish this? Thanks
|
| Modifying data via VBA | 14 Feb 2007 18:32 GMT | 4 |
I would like to do bulk modifications to the "Category" field of approx. 900+ contacts. Does anyone have an example (or know a good site) that would have code samples to accomplish this on the fly?
|
| Outlook export "modified" and "Notes" Fields | 14 Feb 2007 14:22 GMT | 3 |
unable to exporcant the outlook contact items "modified" and "notes" fields to excell. I can obtain standard fields such as FULLNAME and my user defined names all in outlook 2002
|
| PST file format | 14 Feb 2007 13:41 GMT | 5 |
I need to be able to programmatically write over the information store name (i.e. Personal Folders, Archive Folders, etc.) written (I believe) inside the PST file? Does anyone know the byte offset for this info? Its not stored in ASCII viewable format in the PST file as I've ...
|
| Redemption & voting options | 14 Feb 2007 08:36 GMT | 4 |
I'm trying to send automatic e-mail with redemption bypassing outlook (2000) security code. I've a problem with voting options. The problem is that the created mail doesn't have PR_REPORT_TAG set
|
| Help Needed with Simple Macro | 14 Feb 2007 06:54 GMT | 1 |
I need a macro which will -> Reply to all (including the sender) -> The reply should contain the text "Fax sent" -> I have a signature set up in Outlook and this should appear in the
|
| Getting rid of rtf codes in journal body | 14 Feb 2007 06:50 GMT | 1 |
Hello; I am writing an application in Access that imports journal items from Outlook. The problem I've run into is that one user in particular has journal entries that have rtf coding: e.g.
|
| Importing Schedule into Outlook from Excel | 13 Feb 2007 22:30 GMT | 1 |
Currently, our schedules are available on the internet and can be exported into excel. Is there a way to run a macro from excel that would create the schedule in outlook calendar. As our schedules are constantly changing, is there a way to remove selected old items or rwould it ...
|
| Dynamic result by recipient’s na me | 12 Feb 2007 20:09 GMT | 5 |
I have a procedure that expects last name as a parameter; I am sending out result of that procedure to multiple recipients, I would like to draft the email in such a way that data that I send to particular recipient shows ONLY his results.
|
| Server-side rule with script or macro | 12 Feb 2007 18:59 GMT | 1 |
We're using Outlook 2000 & 2003 clients against Exchange Server 2003. Is it possible to fire a macro from a server-side rule? If not, can it be done with a script? My aim is to set a rule to send a pre-defined e-mail message to a
|