C
Carl J. Hixon
I have a module that I am using to send an e-mail message to members of our
group. (850ish members) The module individually addresses each message to
keep our members information private. In my module, I use:
.Body = "Blah Blah Blah..." & vbCrLf & vbCrLf
..Body is usually a short sentance about the attachment. and I use:
Set objOutlookAttach = .Attachments.Add(AttachmentPath)
to add an attachment. Now our group has decided that they do not want to
send any e-mail messages with attachments due to all of the virus activity
out there. So now my problem is... .Body =" blah blah blah" doesn't work
so well. Is there some way that I can use .Body to point to a plain text
file on my hard drive and have that inserted into the outlook message as
plain text? Any help is GREATLY appreciated.
Thanks,
Carl
group. (850ish members) The module individually addresses each message to
keep our members information private. In my module, I use:
.Body = "Blah Blah Blah..." & vbCrLf & vbCrLf
..Body is usually a short sentance about the attachment. and I use:
Set objOutlookAttach = .Attachments.Add(AttachmentPath)
to add an attachment. Now our group has decided that they do not want to
send any e-mail messages with attachments due to all of the virus activity
out there. So now my problem is... .Body =" blah blah blah" doesn't work
so well. Is there some way that I can use .Body to point to a plain text
file on my hard drive and have that inserted into the outlook message as
plain text? Any help is GREATLY appreciated.
Thanks,
Carl