| Thread | Last Post | Replies |
|
| Outlook 2k: running vba when new mail arrives | 13 Nov 2006 22:54 GMT | 1 |
I'm using Outlook 2000 and need to run some VBA code when messages meeting certain criteria arrive. I've tried using the Rules Wizard, but I can't find an option to run a macro/script on the messages. I also noticed that the ThisOutlookSession object includes an event for NewMail ...
|
| Can I loop through MailItem Fields? | 13 Nov 2006 15:55 GMT | 2 |
Can I use an inpector to loop through all the fields in a mail item? Sorry if this is a dumb question. Thanks Carol
|
| where is "do not deliver before" in the object model? | 13 Nov 2006 13:32 GMT | 1 |
How can I set the "do not deliver before" option in code for an email object?
|
| Outlook 2k3 Script: ProgressBar while exporting ??? | 13 Nov 2006 08:26 GMT | 2 |
I Export Data from contact in Public folder to excel, when the export is going on my outlook form look like freezing, I tryed to diplay in a text area the progreesion 1 / 250 ... 2 / 250 etc .... but the display freeze while processing and display the final result
|
| Attaching Shortcuts to AppointmentItems | 13 Nov 2006 06:20 GMT | 1 |
Is there an way to put a shortcut to a file into an AppointmentItem? I've played with dragging and dropping, but it doesn't actually save the shortcut. The bigger picture is that I want to have an AppointmentItem that has links to one or more files on a shared drive that related ...
|
| Add Attachment to Item in Outbox | 13 Nov 2006 06:12 GMT | 1 |
I have following code to add attachment to selected items in outbox. I would like to add code to test the TO: value and attach a specifice email based on value. Sub AddAttachmentToSelectedMessages()
|
| Request: Save PDF Attchments To Folder Location | 13 Nov 2006 06:06 GMT | 1 |
I'm by no means a programmer, and I apologise if this request is out of order, but does anyone have some code handy for parsing the contents of the Inbox, and saving attachments with a .PDF filename extension to the hard drive (eg, C:\Test) or other folder location?
|
| OLE works in office but not at home. | 13 Nov 2006 02:29 GMT | 8 |
I've tried everything but can't get it to work. I want to process my inbox in Outlook 2003 with a REXX script. To test how this works, I'm using the OLEINFO sample that came with Open Object REXX. The thing is that this sample program works fine at my place of work. However, ...
|
| Problems with Custom Sub to Import to User-Defined Fields | 11 Nov 2006 17:52 GMT | 3 |
The code below was crapping out last night at the point noted below. This morning it crapped out earlier in the code. I cannot figure out why for the life of me it does. I do not believe that there's a limit to the number of User Properties that can be created and have double ...
|
| Email Form for Completion. | 11 Nov 2006 12:42 GMT | 2 |
I've created a great form which the user accesses from a toolbar button. Once clicking the button, the form pops up and allows the user to complete the fields. It has several drop down boxes to make the choices easy, etc. Once they click the "send" button, the form is emailed.
|
| Distributionlist | 11 Nov 2006 08:52 GMT | 1 |
I would like to iterate through a given set of Distributionlists. The structure is like this: a (->DL) b (->DL)
|
| Read Subject from Inbox and write into Excel | 11 Nov 2006 08:49 GMT | 1 |
Hi Friends, I want to read all the mails from my INBOX(and my SUB-FOLDERS) and write into EXCEL in the below format: From Subject Received Size
|
| TaskItem and AppointmentItem formated body | 10 Nov 2006 19:55 GMT | 10 |
Is there any way to insert a HTML or RTF text in the body of a TaskItem and AppointmentItem?
|
| Outlook 2k3 Script: Ordering a combo | 10 Nov 2006 16:05 GMT | 1 |
I've a custom combo in personal Task form, I add to this combo Fullname extracted from my Contact folder using Mycombo.addItem "Sting" Q: How can I order this combolist in alpabetical Order
|
| Excel VBA ADODB | 10 Nov 2006 12:44 GMT | 3 |
Hi NG! I'm trying to access a MS SQL database using ADODB. I do the same in VB6 project without any problems. I'm trying to execute a stored procedure, which returns a sinfle value.
|