Re: mymail.textbody field length by Ray
Ray
Mon Apr 12 14:30:23 CDT 2004
"Milton Snider" <miltonsnider@yahoo.com> wrote in message
news:uhU90GMIEHA.1608@TK2MSFTNGP11.phx.gbl...
> 1. I f I use Server.CreateObject("CDO.Message"), how long can the
> mymail.textbody be?
I'd say either no longer than 2,000,000,000 characters, or some other length
that you won't likely ever reach. Be aware of your SMTP server's size
limits for outgoing mail though, should you start sending giant messages.
> 2. What can I use so that a space will be acceptable in the mymail.from?
> This will be sent to a lotus notes server which does not like %20 or
E-mail addresses can't have spaces. Do you mean so that a name is displayed
though? You can do:
mymail.from = "Steve Jones <steve@hisdomain.kom>"
Ray at work