| Thread | Last Post | Replies |
|
| olmailitem from word or excel | 27 Jan 2006 15:42 GMT | 2 |
I use the script of a new ojbect olmailitem for sending message. t1 = "total amount" t2 = "100.000" htmlbody = .... "<tr><td>Total Amount:</td>
|
| Script to search Outlook message body | 27 Jan 2006 15:42 GMT | 1 |
Does anyone know of any good information sources on scripting macros for Outlook 2003? I am primarily interested in scripting a macro that would search an automated message that we receive on a daily basis and copy specific content into an Excel spreadsheet.
|
| How to get the results of an Advanced Find? | 27 Jan 2006 15:39 GMT | 1 |
I'm trying to get the results of a mail Find made with the advanced Find Form (or Window). I mean, I'd like to make a mail find (through the advanced find window) and get the results that this find get. I found that Outlook object has a Find
|
| Troubles adding a macro to Mail Message - help please | 26 Jan 2006 23:01 GMT | 4 |
I wrote a marco that would allow me to create and attach a lotus notes DocLink to my outlook mail message, while the code works fine as a macro, it only works when the macro is part of the "Microsoft Outlook Session" module. What I really want to do with this code is create a
|
| Cannot Save Custom Form | 26 Jan 2006 18:13 GMT | 3 |
I am trying to create a task from a custom form. My code fails on the save method, generating the following error message. An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in microsoft.visualbasic.dll
|
| New Item Alert window size | 26 Jan 2006 15:27 GMT | 1 |
Can the 'New Item Alert' window size be changed? I have a mail rule that displays a specific message in the Alert window and I would like the window to be large enough to show the entire message.
|
| How to create Hyperlink to launch Address Book? | 26 Jan 2006 14:56 GMT | 4 |
On my coorporate intranet I would like to publish a link that would launch the address book (Outlook 2003 Address Book is configured to open the GAL, which is what I want)(Exchange 2000). I can not find an Outlook command line switch that will launch the address book, I can get ...
|
| Automatically convert mail to Calendar item | 26 Jan 2006 14:21 GMT | 2 |
I want to push an entry into my Calendar, based on key words in an email. The mail has standard subject and text body (generated by another system). e.g. Mail contains.. Component : MSwidget
|
| How to loop through Outlook tasks in VBA | 25 Jan 2006 19:59 GMT | 2 |
I have a macro in MS Project that moves all the Project tasks to Outlook. Now I need to be able to loop through all the tasks in Outlook so that I can gather status info and use it to update MS Project. But I can't figure out a way to get a reference to each Outlook task.
|
| put macro into MS Outlook 2000 | 25 Jan 2006 17:00 GMT | 4 |
I have a file *.bas from a reliable colleague. How do I attach it to a button on a toolbar? Step 2 is OK - Tools Customize Commands Categories Macro select but the list of macros in the commands pane is empty.
|
| Determining account being used | 25 Jan 2006 16:39 GMT | 2 |
In the Item.Send event, I am creating and sending a new message that will be of type RDOMail. What I need to be able to do is set the Account based on the account selected in the Inspector winudow. From the Item.Send Event, I have
|
| Forward e-mail as an attachment | 25 Jan 2006 16:38 GMT | 1 |
I hope someone can point me in the right direction. I posted recently about the sensitivity problem I am having. Is it possible for me to create a new e-mail when it meets the rules criteria I have setup and forward that e-mail as an attachment??
|
| Need String from Email Subject | 25 Jan 2006 16:26 GMT | 1 |
I'm using Outlook 2003 and need to make a toolbar or macro or some On Event Procedure that searches a 2003 MS Access database based on a unique number in the Subject. I am not familiar with the syntax of Outlook and am wondering if anyone has had a similar problem.
|
| Outlook Rule - Very difficult, big challenge, probly nobody can do | 25 Jan 2006 16:20 GMT | 1 |
The platform is Office 2003 Professional. The goal is to have a rule that runs on the workstation only during specified hours. Specifically, they want a rule that will print out emails (and any attachments) at the machine's default printer from a specified sender whenever the ...
|
| changing the message icon? | 25 Jan 2006 16:14 GMT | 1 |
I have a outlook 2002 form that it set up as a telephone message template. I need to change the message icon from the usual envelope icon. I have been playing with the VBScript window and the even handlers but I really have no idea how to do this.
|