| Thread | Last Post | Replies |
|
| Replying to an e-mail with boilerplate text and an attachment | 31 Mar 2008 21:52 GMT | 5 |
I'm decent at programming VBA in Excel and Access, but I have no experience at all with Outlook. I'm using Outlook 2000 right now. I want to easily be able to reply to the message that is open with some text ("thank you mr. customer sir we love you, bah, blah, blah" )
|
| VBA Custom Form | 31 Mar 2008 17:40 GMT | 1 |
I've created a VBA form which connects to a SQL database and lets a user record their flexi time in the office. How do I have the form display in Outlook? I'd like to house it in a public folder. The form detects the logged in user and displays
|
| First time Outlook VBA - Prob right-a-way | 31 Mar 2008 13:31 GMT | 3 |
Why am I getting error described at line 9 below? Sub TestExport() Dim xlApp As Excel.Application Dim oWb As Excel.Workbook
|
| search folder in other pst | 31 Mar 2008 05:44 GMT | 3 |
I have created a vba function to create and save a new search, which adds the search into the search folders in outlook. It will place the search into my default/exchange mailbox. I would like this o be placed in and search against items in a different store. How can i do this ?? ...
|
| How to incrementally backup a pst file | 30 Mar 2008 08:16 GMT | 3 |
Hi - I'm a bit of a newb when it comes to VBA - what I want to is this; I want to temporarily open a 2nd pst file and copy only any changed/new items from the usual (1st) pst to the 2nd one - so on the first run it would run through all folders (recreating the folders in the 2nd ...
|
| Setting account for an outgoing email | 29 Mar 2008 14:36 GMT | 5 |
I am using OLE to call outlook in my app to send email. I see many properties I can set, but not one that I can use to set the account (e.g., send via Markus@My1.com, or send via Markus@My2.com, etc.) that will be used to send the email. I have 2 accounts set up in outlook now ...
|
| Outlook 2000 troubles getting SenderEmailType | 29 Mar 2008 06:30 GMT | 3 |
I have a Windows Application that fills a grid on a form getting the read/unread items from the installed Outlook application. I am using VS 2005 and the Outlook reference is ver 11.00 object model. This form supports Outlook versions 2000 +
|
| Rule: "Reply using a specific template" doesn't reply to Reply-To: | 28 Mar 2008 21:59 GMT | 7 |
I posted this in the General Questions area and based on the response that I would need a script thought this might be the more appropiate newgroup area. I am currently using Outlook 2003 and Windows Pro XP. I created a rule with the action "Reply using a specific template". The
|
| Creating a DistList from a .txt file | 28 Mar 2008 16:27 GMT | 21 |
I'm having problems when trying to generate a dist. list in VB.NET. I'm trying to get a distribution list from a Eudora NNDBase.txt file into Outlook and not having luck. I have the following data from parsing the strings in the .txt file:
|
| record macro in Outlook | 28 Mar 2008 14:04 GMT | 2 |
why Outlook does't have macro record? How can I built maroc record in Outlook? Thanks in Advance
|
| Adding Contact with VBA | 27 Mar 2008 23:32 GMT | 4 |
I am using the following code to add a contact to OUTLOOK while working in Word: Sub myBtnMacro Dim oApp As Outlook.Application
|
| Query CurrentUser from Outlook View | 27 Mar 2008 22:07 GMT | 3 |
Is there a way to Query the CurrentUser from an Outlook View using SQL ?
|
| vbscript to remove custom Outlook Toolbars | 25 Mar 2008 14:46 GMT | 3 |
due to some faulty programming my C++ COMAddIn does not delete the custom toolbar it has created. I am attempting to write a vbscript which will allow the administrator to cleanup this toolbar without having to install a macro/ComAddin or
|
| Macro won't automatically run after a restart | 25 Mar 2008 14:28 GMT | 3 |
I have built a macro for Microsoft Outlook 2003. I have associated it with my self-certified certificate. I have distributed both the VbaProject.OTM file and the certificate to hundreds of machines. I have had them import the certificate and add/replace their own VbaProject ...
|
| If message meets criteria the automatically tick check box in Acce | 25 Mar 2008 06:30 GMT | 1 |
Hope someone can help. I developped a database for my friend's company which captures and manages bookings. The Booking Consultant opens the form whcih takes her to a new blank record and she then captures the booking.
|