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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

email multiple attachments?

Status
Not open for further replies.

rphbrew

Technical User
Nov 30, 2002
40
US
How do I sent multiple reports as attachments to an email?

I am using Lotus Notes.

 
How do I actually add the attachments?

This is the code that you have posted:

If (strAttachmentPath <> vbNullString) Then
Set objOutlookAttach = .Attachments.Add(strAttachmentPath)
End If

I have used the sendobject acsendreport function to add one report, how do you specify the path for multiple attachments using the code you suggested?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top