| Thread | Last Post | Replies |
|
| How to determine MailItem Location | 15 May 2008 21:12 GMT | 1 |
Let's see if I can explain this correctly. I currently have Google Desktop installed on my computer and use it all the time to search for lost emails and bits of data that I wouldn't be able to find otherwise. My problem is that once i find it using Google Desktop and
|
| Reconstructing Outlook emails with attachments from SQL Blobs | 14 May 2008 19:27 GMT | 3 |
I have a SQL database with the Outlook message saved to a blob without the attachments. The attachments are saved to separate rows in another table. I would like to reconstruct the message with the attachments. If I extract the message to a .msg file, the attachments are ...
|
| Want to "open these additional mailboxes" programatically | 14 May 2008 17:45 GMT | 1 |
I am trying to find a script or a good third party solution that will programatically add a mailbox to an Outlook profile (either Outlook 2003 or 2007) rather than having to manually add the mailbox using the "open these additional mailboxes" feature under the Advanced tab of the ...
|
| Automatically send a email to a distribution list at a set time | 14 May 2008 16:30 GMT | 2 |
I've been programming VBA in Excel for years, but now I'm stepping outside of my comfort zone and trying to learn how to create VBA applications for other MS tools such as Outlook in order to work more efficiently. One thing I find myself doing lately is sending out a weekly ...
|
| Customize Task view on to-do bar programatically | 14 May 2008 14:19 GMT | 13 |
I am in the process of creating new Views in Outlook 2007 (C#, VSTO 2008) and one criteria is to display the Icon property for tasks in both to the Task Pane, and the To-do Bar. I am able to programatically create new Views that work perfectly in the
|
| Default value for a ListBox | 14 May 2008 13:34 GMT | 1 |
I have a userform with a listbox. How can I set row 1 as defualt value when forms open?
|
| Modify VBS Script for Outlook | 14 May 2008 10:44 GMT | 6 |
I find at this link: http://www.microsoft.com/italy/technet/itsolutions/scriptcenter/resources/office tips/aug05/tips0809.mspx a script to save all the outlook attachment in a folder, the script is: --------------------------------------------------
|
| VBA Clipboard Cut & Paste from Excel to Outlook | 14 May 2008 06:32 GMT | 15 |
An unusual one this one but please read on. If I manually copy a range of cells from an Excel worksheet and then paste into a Draft email in Outlook (My Outlook 2003 uses HTML as draft format with Word as editor) the resulting pasted cells look fine - colors and formatting
|
| Sorting Incoming emails | 14 May 2008 02:30 GMT | 1 |
How do I sort incoming emails (i.e. name, conversation, date)
|
| VBA to intercept creation of new messages? | 13 May 2008 19:38 GMT | 6 |
In Word if I create a macro called FileNew which pops up a message box then it will override the default file new code. What is the equivalent of FileNew in Outlook 2007 so that I can override the default functionality? and which template/where should I
|
| Grabbing OL Mail Attachment, Using XCL VBA Code, Replacing .xls Attachment, & Mailing | 13 May 2008 17:10 GMT | 9 |
The Subject title succintly describes what I am doing. I am using an OL Rule to grab a Mail Item that satisfies Rule; I am then saving the Attachment so that I can open it and start "massaging" the data w/ my XCL VBA Code. After massaging, I save the
|
| Prompt for Move to Folder on Send | 12 May 2008 22:19 GMT | 6 |
Is there an easy way to prompt to which folder to move a sent email? I tried creating a rule, and that will only allow you to define a specific folder. I would like for Outlook to prompt which folder to move it upon sending. TIA
|
| Error 429 CreateObject | 12 May 2008 17:29 GMT | 7 |
Please help me. I have a problem on some PCS with createobject ("Outlook.application"). On some pcs works, on others error 429 is displayed. I followed all microsoft guidelines and articles. It is Outlook XP witn Windows XP. I'm getting crazy.
|
| Changing font in AppointmentItem Notes | 10 May 2008 23:27 GMT | 1 |
How can I change the default font used for adding notes in appointments?
|
| Automatically Send e-mail prompt | 09 May 2008 16:23 GMT | 6 |
I am using the sendObject action in an autoexec macro to send emails automatically. My goal is to not have to interact with the email process, unfortunately have not been able accomplish this because of the following MSOutLook prompt:
|