| Thread | Last Post | Replies |
|
| Getting started | 19 Mar 2007 08:05 GMT | 1 |
Familiar with VBA for Excel, but new to VBA in Outlook. Can anyone recommend a starter text? Online or on paper.
 Signature Adrian D.Bailey, Information and Systems Manager, Dept.Human Sciences
|
| Access contacts in ASP.Net | 19 Mar 2007 02:32 GMT | 3 |
Can anyone help me find information on how to access my outlook/exchange 2003 contacts from an ASP.Net web application? Thank you. David
|
| Outlook Object Send Method | 17 Mar 2007 19:49 GMT | 1 |
My boss is attempting to create an Outlook Application object to send emails via a script written in the Integration Manager associated with Great Plains. It is on a server running Outlook 2007. What follows is the code. Any input as to why the Send method is not working? ...
|
| Unresponsive Outlook security dialogs | 17 Mar 2007 19:44 GMT | 3 |
This is not exactly a VBA question, but it concerns the Outlook security dialogs "a program is trying to access e-mail addresses you have stored in Outlook..." etc, so I thought somebody here might know. My team is developing an application using cdo.dll 1.21s to access
|
| Outlook 2007: assigning keyboard shortcut to email editor macro | 17 Mar 2007 19:42 GMT | 6 |
In Outlook 2003, I had some Word macros for the email editors which were invoked by keybord shortcuts. I used to be able to define the keyboard shortcuts for the macros in the Word 2003 toolbar context menue ("customzie"). In Office 2007, I cannot find any way to assign a keyboard ...
|
| Scripting Outlook2003 Rules Export/Import | 16 Mar 2007 15:02 GMT | 3 |
There is a requirement in a migration I am involved in to export Outlook (2003) rules before a user account and mail account are migrated. Can anyone point me in the right direction to be able to script this?
|
| Get default Outlook default delivery PST | 16 Mar 2007 14:30 GMT | 2 |
I try to get the default delivery PST file of outlook in the registry with a WSH script. I already locate the default profile and make a routine who looks for the keyvalue "001f6700" in subkeys which contains the unicode path of the pst
|
| Setting custom properties to an outlook folder | 16 Mar 2007 06:50 GMT | 3 |
I'm new to the Outlook 2007 object model. I want to create and set some custom properties to my outlook folders. eg I want to set a property like 'source url', which is of string type, that will enable me to find out programmatically which folder belongs to which url. I think ...
|
| Custom Rule - from specific sender which contains... | 15 Mar 2007 14:29 GMT | 4 |
I am looking to create a rule to move messages from my Inbox to a specificed folder. The messages will always come from a specific sender but the recipients will contain different ones but a core group.
|
| Copy form info to txt | 15 Mar 2007 07:13 GMT | 1 |
I've made a form in Outlook (2000). I know it isn't possible to view this form in an other viewer thn Outlook. But is it possible to copy the info from this form into a txt file en attach it to the form? (with a code) Thanks
|
| Email count of Outlook Distrinution list | 15 Mar 2007 06:58 GMT | 1 |
I want to get the total number of emails in a Outlook dristribution list. Is it possible ? Any idea or any approach is appricated. Thanks in Advance
|
| Macro to run Rules in batch | 14 Mar 2007 19:16 GMT | 4 |
I have about 40+ newsletters I subscribe to. I have set up Rules for them in Outlook, so that they are automatically moved from my Inbox to their respective folder when they arrive. What I'd like to be able to do: Turn the Rules off, so the newsletters stay
|
| Outlook security block & Simple Mapi | 14 Mar 2007 17:58 GMT | 2 |
Hi group. I try to send mails programtically from a heritage Win16 application using Simple Mapi (I guess mapi.dll is Simple Mapi). This has been working fine on Win2000 and XP until recently. It seems there
|
| Outlook 2007 + GetItemFromID with specified folder | 14 Mar 2007 07:18 GMT | 1 |
I am working on adapting existing outlook plugin (designed for Outlook 2003) to Outlook 2007. Basically, the plugin synchronizes appointments, tasks and contacts with another application. The plugin stores a mapping table with two
|
| _SynEnd() Event | 13 Mar 2007 13:35 GMT | 2 |
I user Outlook 2002 SP3, and I want to work with the SyncObjects. I try to catch the _SyncEnd() event, but this didn't work?! _SyncStart() and -SyncProgress() are working fine. Here my class object:
|