Extend SendObject Limit to more than 255 characters

G

Guest

Is there a reason why your limit all fields in the sendobject function to a
max 255 characters, I will like to append words that exceed 255 characters.
Thanks,

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...-942a-f387a9ae0347&dg=microsoft.public.access
 
D

Dirk Goldgar

Rich Selby said:
Is there a reason why your limit all fields in the sendobject
function to a max 255 characters, I will like to append words that
exceed 255 characters. Thanks,

The MessageText argument isn't limited to 255 characters, and a quick
test shows that SendObject doesn't limit the To argument that way,
either. That is, I can use SendObject to create a message with a
recipient and message both longer than 255 characters. That doesn't
mean I can *send* that message -- maybe there's a limit on the
recipient-list length imposed by either the mail client or the SMTP
message format; I don't know.
 

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