PC Review


Reply
Thread Tools Rate Thread

BCC global distribution list

 
 
=?Utf-8?B?Sm9zaEM=?=
Guest
Posts: n/a
 
      14th Aug 2007
i am sending a message in vba and the part of the code i am having issues
with is as follows:
With OutMail
.To = ""
.CC = ""
.BCC = ""
.Subject = "subject"
.HTMLBody = RangetoHTML(rng)
.Display

i cannot figure out how to BCC a global distribution list in this code.
does anyone have any ideas? thanks
 
Reply With Quote
 
 
 
 
Ron de Bruin
Guest
Posts: n/a
 
      14th Aug 2007
See the Tips page
http://www.rondebruin.nl/mail/tips2.htm

Or Send to Outlook Distribution Group
Instead of .To "(E-Mail Removed)" use

.Recipients.Add "GroupName"



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"JoshC" <(E-Mail Removed)> wrote in message news:88F3C60A-57C4-412D-998F-(E-Mail Removed)...
>i am sending a message in vba and the part of the code i am having issues
> with is as follows:
> With OutMail
> .To = ""
> .CC = ""
> .BCC = ""
> .Subject = "subject"
> .HTMLBody = RangetoHTML(rng)
> .Display
>
> i cannot figure out how to BCC a global distribution list in this code.
> does anyone have any ideas? thanks

 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      14th Aug 2007
Oops: You must add a Type for BCC (To is default)
See example in the VBA help

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Ron de Bruin" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> See the Tips page
> http://www.rondebruin.nl/mail/tips2.htm
>
> Or Send to Outlook Distribution Group
> Instead of .To "(E-Mail Removed)" use
>
> .Recipients.Add "GroupName"
>
>
>
> --
>
> Regards Ron de Bruin
> http://www.rondebruin.nl/tips.htm
>
>
> "JoshC" <(E-Mail Removed)> wrote in message news:88F3C60A-57C4-412D-998F-(E-Mail Removed)...
>>i am sending a message in vba and the part of the code i am having issues
>> with is as follows:
>> With OutMail
>> .To = ""
>> .CC = ""
>> .BCC = ""
>> .Subject = "subject"
>> .HTMLBody = RangetoHTML(rng)
>> .Display
>>
>> i cannot figure out how to BCC a global distribution list in this code.
>> does anyone have any ideas? thanks

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
print a group list (distribution list) that is in Global Contacts =?Utf-8?B?UGVubnk=?= Microsoft Outlook Discussion 1 31st Oct 2007 07:39 PM
How do I move a distribution list to global address list? =?Utf-8?B?UkVHQUxB?= Microsoft Outlook Discussion 1 29th Aug 2006 07:47 PM
Extract email addresses from Distribution LIst in Global Address List tthomas Microsoft Outlook VBA Programming 2 22nd Jun 2006 12:02 AM
how do i create distribution list for Global Address list Outlook. =?Utf-8?B?TGlzYQ==?= Microsoft Outlook Contacts 0 12th Oct 2004 11:37 AM
Outlook clients can not list global distribution list members TK Microsoft Outlook 0 1st Jun 2004 08:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:27 AM.