Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm trying to add more email address to my mapi.session as a CC but I can't make it work. I already try using: objRecipient.type = olCC objRecipient.type = mapiCc I'll appreiciate if someone could give me some points, I'm on Excel 2003 version, -- Thank you... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See the Outlook examples here
http://www.rondebruin.nl/sendmail.htm And read the tips here http://www.rondebruin.nl/mail/tips2.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "EXCELMACROS" wrote in message ... Hi, I'm trying to add more email address to my mapi.session as a CC but I can't make it work. I already try using: objRecipient.type = olCC objRecipient.type = mapiCc I'll appreiciate if someone could give me some points, I'm on Excel 2003 version, -- Thank you... |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ron / Leith,
Thank you so much for your help, Ron your website is awesome thank you. Leith I did not try yours but thank you for your response. -- Thank you... "Ron de Bruin" wrote: See the Outlook examples here http://www.rondebruin.nl/sendmail.htm And read the tips here http://www.rondebruin.nl/mail/tips2.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "EXCELMACROS" wrote in message ... Hi, I'm trying to add more email address to my mapi.session as a CC but I can't make it work. I already try using: objRecipient.type = olCC objRecipient.type = mapiCc I'll appreiciate if someone could give me some points, I'm on Excel 2003 version, -- Thank you... |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello EXCELMACROS, Try this... Code: -------------------- Recipients.Add ", Type:=2 'You can use the constant *CdoCc* is you have set a reference to the CDO library. -------------------- Sincerely, Leith Ross -- Leith Ross ------------------------------------------------------------------------ Leith Ross's Profile: http://www.thecodecage.com/forumz/member.php?userid=75 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=44908 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mapi Problem | Excel Discussion (Misc queries) | |||
Mapi problem | Excel Discussion (Misc queries) | |||
Startup and template locations in Citrix TS session and local session | Setting up and Configuration of Excel | |||
Is MAPI or CDO installed? | Excel Programming | |||
Start a new session when a session is already opend | Excel Programming |