| Thread | Last Post | Replies |
|
| Error: MAPI_E_NOT_FOUND(8004010F) fixed in 2002? | 13 Nov 2003 23:41 GMT | 14 |
I'm get this error running on an Outlook 2002 client. I thought this was fixed. Any help on resolving this error
|
| Macros with Outlook 98 | 13 Nov 2003 22:56 GMT | 1 |
Is there any way I can attach a macro to a toolbar button in Outlook98? Or indeed, get it to run a macro? Thanks,
|
| Programatically sending email with different account | 13 Nov 2003 21:33 GMT | 1 |
One mailitem is received with mail account A. It must be fowarded with mail account B, using a VBA macro. How do I change this mail account setting? Thanks,
|
| Macro to autosend a email once a week | 13 Nov 2003 20:22 GMT | 3 |
I'm very new to Macro's and wanted to send an email once a week with the same message. How would I go about creating this. Sample code would be great. Thanks
|
| Specify A Folder to Search for Items | 13 Nov 2003 19:01 GMT | 3 |
I want to develop a routine that will go to a specific folder name (e.g. "Pending" as a subordinate folder to the Inbox folder) and loop through all the email items in there How do I specify this folder in the search? I'm new to VB programming and have spent several hours at the ...
|
| Capturing a user's NT Account ID in Outlook | 13 Nov 2003 18:16 GMT | 1 |
Does anyone happen to know if there is a way in Outlook 2000 VBA that you can capture a user's NT Account ID and assign it to a variable? What I'm looking to do is setup a macro on all of our user's machines that will automatically save email attachments to their "home"
|
| Disable Menu Command in Outlook 2002 | 13 Nov 2003 15:40 GMT | 2 |
Hi, I would like to configurate Outlook 2002 with Control ID and Group policies. I've seen an example how to get hold of the ID in XP Resource kit. ( http://www.microsoft.com/office/ork/xp/two/admB05.htm) BUT this code does not seem to work when I run it in Outlook 2002, the code ...
|
| adding a menu item to the popup of outlook | 13 Nov 2003 15:36 GMT | 2 |
In outlook,when the rightbutton is clicked over the mailitem in the inbox,a popup menu popsup.i want to add a menu item to this popup programmatically. Please help me in this regard.
|
| Delete VBScript editor code | 13 Nov 2003 15:33 GMT | 3 |
Is there a way to programatically delete the code located in the Outlook 2002 Script editor upon sending? I have a code in my email template that allows me to choose a recipient, and it automacally fils in the
|
| Create contact with VBScript | 13 Nov 2003 14:05 GMT | 2 |
I have the following vbscript code to create a contact in a Public Folder. Code was working fine until we upgraded the box it was running on to Win2k. Hasn't run since. I'm not blaming Win2k, just note-ing that the platform did change. Box has Outlook 2000 pre-SR1 installed and ...
|
| Deleting mail from server programatically (ol2k/ol2k3) | 13 Nov 2003 13:34 GMT | 8 |
My Outlook is setup to leave mail on the server for 14 days. I would like to delete some of these (spam) mails programatically. Is there a way to do this using vba? Magnus
|
| outlook express 6 | 13 Nov 2003 07:34 GMT | 2 |
1) I'd like to insert a new field in the 'address book'. 2) when i send an e-mail to the contact i'd like that the e-mail should be
|
| Programmatically add field in folder window | 13 Nov 2003 06:20 GMT | 1 |
When viewing messages in Outlook, see how you can modify which message fields are shown using the Field Chooser, i s there a way to do this programmatically For example, if I wanted to add the CC field to the view, how can I do this in code thanks
|
| How can I get the mouse as an Hour glass when it is positioned over the client area during the running of ThisOutlookSession? | 13 Nov 2003 05:13 GMT | 2 |
The Sub in ThisOutlookSession is the Item_Add module. When a new email is receied the Item_Add goes into action. If the Client (Outlook 2002) is visible on the desktop and the mouse is positioned over that window I would like the mouse pointer to change to an Hour glass ...
|
| non-global 'forward as attachment' | 12 Nov 2003 23:41 GMT | 2 |
This one ALMOST worked. I'm currently working with VBA. I have a bunch of users (OL 2K) who are getting buried in spam, and I have trained them to use a macro tool which forwards the spam to me as
|