![]() |
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
|
|||
|
|||
![]()
I'm using redemption to assemble a new mail with a list of recipients
from a different source. My code looks like this,,, oSaveMail.Item = moMailItem Set oRecipient = oApptItem.Recipients(i) ' ignore resources etc Set oSaveRecp = oSaveMail.Recipients.AddEx(strRecipient, , , olTo) oSaveRecp.Resolve False strRecipient = oRecipient.Address 'set mail "To" and resolve oSaveMail.To = strRecipients oSaveMail.Recipients.ResolveAll 'moMailItem.Recipients.ResolveAll As a result the recipients in the "To" field are not underlined. But I want the m to be. When I use the last line instead, it becomes underlined but shows a security popup. Any idea? - Klemens |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2007 / 2003: Error 0x800CCC81 - E-Mail address with "." before "@" | Stephan Kuehn | Outlook - General Queries | 10 | January 25th 07 06:09 PM |
Include "Telecommuting" or "Teleworking" as a "Show time as" statu | Gordon Greene | Outlook - Calandaring | 0 | July 31st 06 03:37 PM |
Cannot "Open" "Import/Export' or use "Data File Management" | Ed Isenberg | Outlook - Installation | 3 | July 16th 06 12:31 AM |
Outlook express address book, "tools", "option" feature missing f. | Brad | Outlook - Using Contacts | 3 | March 11th 06 11:46 PM |
How do I remove the "UNDERLINE" function that happens to all my e. | Cal | Outlook - Installation | 2 | February 23rd 06 03:24 PM |