| Thread | Last Post | Replies |
|
| Adding additional info to the MAPIFolder through redemption or CDO | 24 Aug 2004 03:03 GMT | 4 |
Hello, is there a way in Redemption or CDO to add in a customized field to the MAPIFolder (not outlook items) so that I could write in some additional information. thank you.
|
| Public Address Book - Unique ID? | 23 Aug 2004 22:21 GMT | 2 |
We have a Global Address List (GAL) which contains out internal user address book, and also a Public Address Book (PAB) which contains our client addresses. Someone (I shall rename nameless) deleted the PAB (!)
|
| Using ADDSTORE to create a 97/2002 .pst file in Outlook 2003 | 23 Aug 2004 19:00 GMT | 1 |
When I use the addstore in outlook 2003 it automatically creates a UNICODE format pst file which my 2002 users can't open. Is there a way to have outlook 2003 create a 97/2002 .pst file using the addstore in VBA? Or maybe there's a different way?
|
| Code problem eludes me | 23 Aug 2004 15:41 GMT | 2 |
This section of my code in one of my custom forms is getting a "Type Mismatch" error, but the reason eludes me. Specifically, it's bombing on the Split statement. --------------------- Code --------------------
|
| Newinspector. | 23 Aug 2004 14:08 GMT | 1 |
Would newinspector be able to trace all the new item create event? thank you.
|
| Automatically Exporting Public Folders to PST | 21 Aug 2004 23:55 GMT | 3 |
I was curious if anyone knows a way to automatically export exchange public folders to a PST file. Exmerge would be great if it could do this. I was thinking someone might have created an outlook script to
|
| How to Bypass Outlook's Security Prompts | 21 Aug 2004 21:07 GMT | 4 |
I'm writing some automation code and need a good way to bypass Outlook's security (yes/no) prompts. I am aware of the solutions available via Outlook Redemption and Express ClickYes.
|
| Change the entryID of the item in Outlook | 21 Aug 2004 14:45 GMT | 1 |
Hello, is it possible to change the entry id of the outlook items? thank you.
|
| Confirmation message before sending e-mail | 20 Aug 2004 20:31 GMT | 1 |
Using exchange server 2000 / Outlook 2000 clients. Is there a simple script that can generate a prompt such as "Please confirm you wish to send this message Y/N" when a user first attempts to send a message?
|
| Looping through items in Inbox and moving them | 20 Aug 2004 19:41 GMT | 1 |
When using this code to loop through ALL the items in an Outlook Inbox, instead of moving every item, the code moves exactly half of the mail items each time it is run Here is the current code. I would like the code to move all inbox
|
| Outlook Contacts Mobile Phone Number | 20 Aug 2004 14:43 GMT | 3 |
Hi, I am trying to retrieve a comtacts mobile phone number from the contacts folder. The following VB6 code accesses the correct folder and retrieves
|
| how can I get the information | 20 Aug 2004 09:49 GMT | 6 |
How can I get the information of the email in the Inbox folde? e.g. get the sender name, sender email address, sent date, the content of the email, the attachments if any.
|
| reply by macro - OUTLOOK 2003 | 20 Aug 2004 01:35 GMT | 2 |
In Outlook 2003 I would like to make a little macro that will send a message saying thank you as a reply to the current mail message that is open in the in box. I tried this, but it doesn't work.
|
| Getting Contact info from Distribution List | 19 Aug 2004 21:00 GMT | 6 |
My goal was to programatically access a recipiant's details (First Name, Last Name, Department, Phone Number, Email, etc...) from a Distribution list (Global Address List).
|
| CommandBarButton & MS Word as Message Editor | 19 Aug 2004 16:19 GMT | 1 |
Hi Does anybody know Is it possible to add custom CommandBarButton to Standard toolbar or create custom toolbar when MS Word is used as Message Editor? I guess the answer is No but I can not find what the documentation says
|