Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lotus Notes Help...

Status
Not open for further replies.

DseeDm

Programmer
Sep 2, 2002
31
US
Hi,

I've seen most of the posts regarding attaching and emailing using VBA code, and I've just started working with it and hope someone can answer a couple of questions...

1) I can email one person. I've tried creating a group to send an email to multiple people, but it doesn't appear to have work. The line of code looks like this:

MailDoc.sendto "Group1"

Do I hvae to include the location of the address book? or Is there a better way to send it to multiple people without creating the groups and not sending the same email out 20 times?

2) Is there any way to attach more than one document?

Thanks for yor Help!!
 
How are you sending the email? I have some example code using Microsoft Winsock Control 6.0
(C:\WINNT\System32\MSWinsck.ocx)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top