|
-
Dec 19th, 2001, 11:08 AM
#1
Thread Starter
Lively Member
Mapi Cc
Hi there,
Does anyone know of a way of putting a CC on a Mapi Message from VB.. i have an idea how i could do it but it involves bodging and fudging the program to make it work.. is there a quicker and easier way?
TIA
-
Dec 19th, 2001, 01:15 PM
#2
Put this inside your code
VB Code:
Dim objOutlookRecip As Outlook.Recipient
Set objOutlookRecip = .Recipients.Add("an other person")
objOutlookRecip.Type = olCC
-
Dec 20th, 2001, 03:10 AM
#3
Thread Starter
Lively Member
Thanks Hack,
works a treat!
-
Dec 20th, 2001, 07:06 AM
#4
You can also use olBCC to send a Blind Copy.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|