[AccessD] 2 email attachments

Oleg_123 at xuppa.com Oleg_123 at xuppa.com
Mon Dec 8 12:10:55 CST 2003


heyyy,
yeah the problem is with that line, if its not commented out I get an
error message. (i just commented it to meake sue there were no other
problems) that functions sends several emails, but this one is the only
one thats supposed to have 2 attachments


> Yes, I saw that, but I assumed that it was commented out as there was
> some problem with that line of code (what I could not image). But as you
> know, "assume" makes an ass out of U and me. <g>
>
> Lambert
>
>> -----Original Message-----
>> From:	Elizabeth Carter [SMTP:Elizabeth.Carter at telus.com]
>> Sent:	Monday, December 08, 2003 12:33 PM
>> To:	Access Developers discussion and problem solving
>> Subject:	RE: [AccessD] 2 email attachments
>>
>> The only thing that I see is that the second call to attachments.add
>> is commented out.
>>
>> Liz
>>
>> -----Original Message-----
>> From: Heenan, Lambert [mailto:Lambert.Heenan at aig.com]
>> Sent: December 8, 2003 9:14 AM
>> To: 'Access Developers discussion and problem solving'
>> Subject: RE: [AccessD] 2 email attachments
>>
>>
>> I don't see anything wrong with your example code. For each file you
>> need to
>> attach you call the Mail Item's Add method, just as you indicate.
>>
>> Are you getting an error message? If so, what?
>>
>> Lambert
>>
>> > -----Original Message-----
>> > From:	Oleg_123 at xuppa.com [SMTP:Oleg_123 at xuppa.com]
>> > Sent:	Monday, December 08, 2003 12:04 PM
>> > To:	accessd at databaseadvisors.com
>> > Subject:	[AccessD] 2 email attachments
>> >
>> > Hey Group,
>> > Daoes anyone know how to make 2 attachments on a single message ?
>> >
>> > Set objM = objO.CreateItem(olMailItem)
>> >     With objM
>> >     .To = "Michael at xx.com"
>> >     .CC = "Rebecca at xx.com"
>> >     .Subject = "HED " & dtSdate
>> >     .Attachments.Add sJAdir & "HED" & dtEdate & "-Term" & ".xls"
>> '.Attachments.Add sJAdir & "HED" & dtEdate & "-Hire" & ".xls"
>> .Send
>> >
>> > End With
>> > Set objM = Nothing
>> >
>> >
>> > -----------------------------------------
>> > Get Breaking News from CNN, ABC, NBC, CBS Now.
>> > http://www.xuppa.com/news/?link=webmail
>> >
>> >
>> > _______________________________________________
>> > AccessD mailing list
>> > AccessD at databaseadvisors.com
>> > http://databaseadvisors.com/mailman/listinfo/accessd
>> > Website: http://www.databaseadvisors.com
>> _______________________________________________
>> AccessD mailing list
>> AccessD at databaseadvisors.com
>> http://databaseadvisors.com/mailman/listinfo/accessd
>> Website: http://www.databaseadvisors.com
>>
>>
>> _______________________________________________
>> AccessD mailing list
>> AccessD at databaseadvisors.com
>> http://databaseadvisors.com/mailman/listinfo/accessd
>> Website: http://www.databaseadvisors.com
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com



-----------------------------------------
Get Breaking News from CNN, ABC, NBC, CBS Now.
http://www.xuppa.com/news/?link=webmail




More information about the AccessD mailing list