| Thread | Last Post | Replies |
|
| Outlook Scrtipt Pb. Using Item_PropertyChange(ByVal Name) | 22 Sep 2006 12:24 GMT | 5 |
I try to use a comboBox to set different fields, each time a user select a value in the combo it's set up others fields I do it with Item_CustomPropertyChange(ByVal Name) and it works fine But When I use this it doesn't work at all
|
| Autoarchive | 22 Sep 2006 09:54 GMT | 4 |
I would appreciate help from anyone that can provide me with some vba to run autoarchive for all folders according to their autoarchive settings every time I exit outlook. Thanks in advance for anyone prepare dto help
|
| Copy public Folder to Local Folder with VBA | 22 Sep 2006 09:08 GMT | 2 |
Hello NG How can i copy with a VBA Skript a Public Task Folder (echange) to der Privat Mailbox (Exchange) Please post me a Code-Sample.
|
| Telling when a message is a month old | 22 Sep 2006 08:31 GMT | 3 |
Our systems admin automatically deletes any e-mail messages on our system once they are 30 days old. You can't get them back. Would anyone be able to design a quick macro for me that would scan through my current folder, and all folders "beneath" it, and produce a
|
| Automated Responses to Emails | 21 Sep 2006 20:22 GMT | 1 |
I currently work in an I.T department, where we get our clients to send requests via email, regarding I.T problems. This is sent to a public folder in Outlook. Currently we take the email read the request and prioritise it in a Outlook task list. I was wondering is there a way of ...
|
| Combobox in user defined appointment item | 21 Sep 2006 19:49 GMT | 3 |
Hi, everyone, I've developed one user defined appointment item in Outlook and I have one combobox which is filled when the form is opened. And the input of the combobox is limited to the list. So if the user inputs some invalid
|
| exchange user name | 21 Sep 2006 17:56 GMT | 1 |
I know there is field that returns the value out who modified the task last: PR_LAST_MODIFIER_NAME. But is there a field that can identify who the user is upon opening a task? For example, I want to do this:
|
| exchange user names | 21 Sep 2006 07:29 GMT | 1 |
I know there is field that returns the value out who modified the task last: PR_LAST_MODIFIER_NAME. But is there a field that can identify who the user is upon opening a task? For example, I want to do this:
|
| How to over coem Memory Leak and code optimization for outlook | 21 Sep 2006 06:24 GMT | 1 |
I have to sync/get all Contacts from server, it could be 2000 or more at outlook side at the same time I am receiving the data and added the receiving Contact Item to Contact folder of outlook 2003 inside a loop. But this process made my whole system in hanging condition and when ...
|
| Cant Reply to Meeting Request/Appointment created Progrmatically | 20 Sep 2006 18:13 GMT | 3 |
When we create a Meeting Request or an appointment programmatically and then open it in outlook client, add an attendee, that attendee cannot accept, or decline, etc the Meeting request. They have the Buttons to reply, but when they click on them they do not get the Dialog that ...
|
| Custom Rule | 20 Sep 2006 12:24 GMT | 6 |
I've created several standard rules to help keep my incoming and outgoing messages seperated according to the company they pertain to. Company A In Rule: If senders address contains @acomp.com then **MOVE** to Comp A
|
| Clear name cache with VBA | 20 Sep 2006 00:00 GMT | 3 |
Is it possible to clear the name cache from the .pst using VBA?
|
| Stript Outlook 2003 How save and exit a cusomized form ising a script | 19 Sep 2006 23:11 GMT | 5 |
I want to save save and exit a form by clicking on a button in my form , I want to do this using a script, If some one can help.... Thk U all
|
| Outlook Script Getting value of personnal added Fields (customised Froms) | 19 Sep 2006 21:23 GMT | 12 |
Hi it's me again I'm unable to get value of fiels I added to my forms I used new fields like combos and text, I tryed to get the value of these fields in many way like
|
| Create Outlook COM add-ins in Visual Basic 2005 Express Edition | 19 Sep 2006 18:31 GMT | 3 |
Hi, everyone, I'm really confused! According to the documentation of Microsoft I should be able to create an Outlook COM Add-in project with Visual Basic 2005. But I didn't find the item in the project templates.
|