| Thread | Last Post | Replies |
|
| Can I add more flags to outlook? | 07 Oct 2005 21:24 GMT | 1 |
We manage a shared malbox and use flags to identify content of incoming requests. Is it possible to increase the number of flags in Outlook?
|
| WINMAIL.DAT | 07 Oct 2005 18:46 GMT | 1 |
Scenario: I am using COM objects to automate Outlook 2003 in a corporate setting. My program creates a new message, adds SMTP recipient, sets BodyFormat to plain text, adds subject and body, attaches a spreadsheet, and sends message.
|
| newbie Q: adding text to MailItem.Body (plain textl) | 07 Oct 2005 12:44 GMT | 3 |
I've just started with learning VBA but I'm just too curious not to ask at the beginning. Is it possible to add text to plain e-mail body with some kind of formatting (rows).
|
| Retrieve web page Title from URL | 07 Oct 2005 09:53 GMT | 3 |
I'd like to click a button on my Contact form that takes a web page URL, retrieves the <title> element from the website, and puts it into another Contact field. Can anyone point me to an OL VBA example that can grab
|
| macros for this project are disabled | 06 Oct 2005 20:35 GMT | 2 |
I have written a macro to run all of my Outlook rules, however I now get a message that states "The macros for this project are disabled." I have had my macro security set to MEDIUM since I wrote the macro and changed it to LOW when this problem started. I still get the warning. ...
|
| Create Archive | 06 Oct 2005 19:33 GMT | 1 |
Is it possible to programmatically using vb6 create a microsoft archive? I have tried the AddStore function to direct outlook to a .pst file but would like to create new archives depending on the age of messages. Any help would be greatly appreciated!
|
| how do I retrieve the Outlook Contact last modification time | 06 Oct 2005 18:23 GMT | 1 |
I want to create an application to synchronize my Outlook contact with my DB. My problem is I don't know how to get the timestamps for creation time and last modification time for my contacts. How do you get these variables?
|
| What is vba.msi? Outlook keeps giving me an error message. | 06 Oct 2005 17:19 GMT | 1 |
When using MS Outlook I have been receiving error messages about "vba 2720". Then my computer looks for VBA 6 installation package (*.msi) and attempts to load it. Lastly, it says "vba.msi not found". I started having this problem shortly after making various changes in the ...
|
| Does VBA work with Outlook only or Outlook Express or both? | 06 Oct 2005 16:38 GMT | 1 |
What do I have to do to get started with VBA programming in Outlook Express? I already use VBA with Access and Word, but I can't find any menu option to bring up a VBA editor in Outlook Express. Is this a feature that is only in certain versions of Outlook?
|
| very very urgent | 06 Oct 2005 12:29 GMT | 6 |
I have been searching how to find the way to get data from sql server and put it the exchange server public folders, Sue already told me no direct tool to do that, but programming and she pointed out the web site, and still I couldn't solve my problem. It is really important that ...
|
| Read data from outlook custom form and export it to MS SQL Server DB | 06 Oct 2005 12:22 GMT | 2 |
Please help. I am new to outlook programming. I need to read data from custom outlook form and export it to MS SQL server DB? Any code examples or suggestions will be greatly appreciated. Is it possible to achieve this task using ActiveX script in MS SQL DTS
|
| Setting Appointment Labels Using Redemption | 06 Oct 2005 06:13 GMT | 11 |
I thought I had the problem licked until Outlook crashed and I lost my VBA project. I recreated it quickly from memory. After a week of using the recreated scripts, I noticed that the script that I have to set a new appointment's color does not work. Well, sort of. The ...
|
| Using VBA to convert text to table | 05 Oct 2005 21:11 GMT | 1 |
I'm sending a comma separated string to Outlook via some Excel VBA code. I'd like the VBA to automatically run the Table/Convert/Text To Table function that's available in the Outlook toolbar. Does anyone know how to do this?
|
| Code to amend subject lines in a public outlook folder ... | 05 Oct 2005 20:55 GMT | 1 |
Can anyone offer a solution to add a defined number of characters to all email subject fields stored in a public outlook folder please? ie ... i have a folder full of emails that begin with a number. From day 1 (due to no forward planning) the subject line of the first email
|
| Tab delimited info from e-mail body to Access Database | 05 Oct 2005 20:49 GMT | 1 |
I need to move tab delimited data from the body of an e-mail to a table in an Access database. The data is in text form and consists of 6 fields. I am using Oulook 2003 attached to Exchange 2003 and Access 2003. I thnk it would be best to do it from a VBA Script in Outlook.
|