![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi;
I have a program that sends out automatic emails to company personnel use OLE. My basic code looks like this: m = new OLEAutoClient("Outlook.Application") item = m.CreateItem(0) item.to = 'John.smith item.subject = database field item.body = 'Reminder' item.send() I would really like to adjust the subject color to red or to set a flag based on importance. Please describe what item.commands are needed for me to accomplish this. Example code would be most welcome. Thanks Pat |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Emails: Word via Outlook... formatting & text color, size change | Kids Talk About God | Outlook - General Queries | 3 | July 22nd 06 11:45 PM |
automating attachments | [email protected] | Outlook and VBA | 0 | June 30th 06 06:10 AM |
Automating emails | Karl | Outlook - General Queries | 2 | April 8th 06 10:56 AM |
Problem automating outlook | John | Outlook and VBA | 6 | March 27th 06 02:51 PM |
Automating retrieving email addresses from 306 received emails? | StargateFanFromWork | Outlook - General Queries | 6 | January 10th 06 11:04 PM |