![]() |
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 could see that objSafeMailItem.To and objSafeMailItem.CC properties are read only. Could any one tell me if there is any way to set added or is being added recipients to To or CC list in below code: ' itm is selected Mail item object Set objSafeMailItem = CreateObject("Redemption.SafeMailItem") Set rpl = CreateObject("Redemption.SafeMailItem") objSafeMailItem.Item = itm rpl.Item = itm.Forward ' By default all recipients are getting added to To list. I want some in CC list as well. Is it possible? rpl.Recipients.Add (objSafeMailItem.Sender.Name) For Each olkRecipient In objSafeMailItem.Recipients rpl.Recipients.Add (olkRecipient.Name) Next rpl.Recipients.ResolveAll Thanks, Paresh |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Assign category to all members of a Distribution List | SB Mull | Outlook - Using Contacts | 1 | August 19th 08 01:25 AM |
Suspect Redemption Library Issue??? | Tom at GSD | Add-ins for Outlook | 6 | March 29th 07 09:11 PM |
Assign Task problem-Can't accept or assign | DOL | Outlook - Calandaring | 5 | June 29th 06 06:57 AM |
Redemption library - Add distribution list as member to another distributionlist | Tommy Ipsen | Outlook - General Queries | 0 | June 2nd 06 10:23 PM |
How to assign an ascending sort value to a list of contacts? | dtcre | Outlook - Using Contacts | 1 | May 19th 06 03:02 AM |