473,387 Members | 1,540 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How do I order email specifics?

Hello,

I have the code below that sets up my outgoing email. However, the
attachment appears in the body of the email above any body text. How do I
get the body text to appear first in the body and then the attachment or how
can I get the attachment to just attach in general versus placing itself in
the body?

With olMail
.To = [email]
.Subject = "Test Email"
.Body = "Testing Body Language"
.Attachments.Add strFileName
.ReadReceiptRequested = False
.Send
End With

Thanks for your help in advance!

B

Dec 16 '06 #1
2 1002
"bhipwell" <u30281@uwewrote in message news:6ada4c3640045@uwe...
Hello,

I have the code below that sets up my outgoing email. However, the
attachment appears in the body of the email above any body text. How do I
get the body text to appear first in the body and then the attachment or how
can I get the attachment to just attach in general versus placing itself in
the body?

With olMail
.To = [email]
.Subject = "Test Email"
.Body = "Testing Body Language"
.Attachments.Add strFileName
.ReadReceiptRequested = False
.Send
End With

Thanks for your help in advance!
Doesn't really matter much. In most cases the Email program of the person
receiving the message will handle the attachment differently that what you see
when you send it anyway. Most newer programs will display attachments
completely separately rather from the body. I (think) rich text format is the
only one that even tries to put the attachment in the body at a specific
location and Outlook is about the only program that uses rich text.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Dec 16 '06 #2
Thanks for the quick reply.

The majority of users will be on the same internal outlook server as I am.
Thus the emails I am receiving in my own inbox as I test will look the same
for all users, know what I mean?

B

Dec 16 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

23
by: ian justice | last post by:
Before i post actual code, as i need a speedyish reply. Can i first ask if anyone knows off the top of their head, if there is a likely obvious cause to the following problem. For the moment i've...
39
by: Nicolas Fleury | last post by:
In the following example: class MyMetaclass(type): pass class MyBaseType(object): __metaclass__ = MyMetaclass class MyType(MyBaseType): x = 4 y = 5 z = 6 Is there any way to modify...
3
by: Phil | last post by:
Hi everybody, I am a XSLT beginner and the following problem really makes me crazy ! I have a main "contacts.xml" document which contains references to several contact data XML files. My aim...
5
by: Luther Baker | last post by:
Hi, Is the order of initialization guaranteed for static members as it is for instance members? Namely, the order they appear the in the declaration? ie: foo.h:
19
by: Yoon Soo | last post by:
Hi, there while mixing assembler and c code I got the following question: struct bar { int bar_val1; int bar_val2; (...) }
8
by: clintonG | last post by:
Could someone provide me with a URL documenting the specific order of exceptions? -- <%= Clinton Gallagher A/E/C Consulting, Web Design, e-Commerce Software Development Wauwatosa, Milwaukee...
14
by: Alastair | last post by:
Hi Guys, I am new to Google news groups, so hello. I am an embedded C programmer of some experience, but I have come accross a build error, while using MCC68K (Microtec C Compiler for 68000...
7
by: CDMAPoster | last post by:
I have a form in A97 that requires many textboxes and comboboxes (about 300). The customer insists on seeing all the information on one form so I can't break it up into several forms. Neither...
1
by: winstontuck | last post by:
Hi I am busy with a webapplication and would like to know what is the best way to send an email from within the application. Thank you.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.