Sorry guys, bad edit in my cop-n-paste...
On Jul 30, 2008, at 3:13 PM, Steve Garman wrote:
Mail.BodyPlainText = ReplaceLineEndings(MailBody,
EndOfLine.Macintosh, EndOfLine.Windows)
Isn't that too many parameters?
Don't you mean
Mail.BodyPlainText = ReplaceLineEndings(MailBody, EndOfLine.Windows)
--
Steve Garman
Using RB2008r2 Professional on Windows Vista Ultimate
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|