Is there a way to increase the message text limit in email

S

SGangs

Hi!!
Using the send object for emailing, the message text length is limited to
256. Is there a way to increase this as i have text beyond the said limit
including the embedded field values. I'm suing Access 2003.
Thanks in Advance.
 
S

Steve Schapel

SGangs,

Sorry, but No. That's the limit. If you need a longer message body, you
will need to do the emailing via a different approach. If so, this is a
useful place to start:
http://www.granite.ab.ca/access/email.htm

--
Steve Schapel, Microsoft Access MVP


SGangs said:
Hi!!
Using the send object for emailing, the message text length is limited to
256. Is there a way to increase this as i have text beyond the said limit
including the embedded field values. I'm suing Access 2003.
Thanks in Advance.



__________ Information from ESET Smart Security, version of virus signature database 4181 (20090623) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 
S

SGangs

Thank you, Steve.. it was quite helpful.

Steve Schapel said:
SGangs,

Sorry, but No. That's the limit. If you need a longer message body, you
will need to do the emailing via a different approach. If so, this is a
useful place to start:
http://www.granite.ab.ca/access/email.htm

--
Steve Schapel, Microsoft Access MVP






__________ Information from ESET Smart Security, version of virus signature database 4181 (20090623) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 
A

amy

An idea you might try:

In a table create a memo field and type your message text in it, then in the
send object, reference the memo field in your table.
 
S

Steve Schapel

Amy,

Thanks. Have you actually tried this yourself, and found it successful?

--
Steve Schapel, Microsoft Access MVP


amy said:
An idea you might try:

In a table create a memo field and type your message text in it, then in
the
send object, reference the memo field in your table.



__________ Information from ESET Smart Security, version of virus signature database 4186 (20090624) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 
D

dl

The approach I've found to be successful is using sendObject to send a
report, but the report is nothing but your canned email text. Then just put
a short note in the message body or subject line saying "see attachment."
This way you can not only extend the length of the communication, but also
control the color of the text, etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top