Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
handarohit
Starting Member
14 Posts |
Posted - 2004-05-14 : 08:19:10
|
| I am using CDO for sending my mails . But the problem is that my message body in the mail received is getting truncated. Camn anyone tell me that whether there is some limitation to the number of characters in the message body.Setting the body part of mail in my case goes something like this :- EXEC @hr = sp_OASetProperty @iMsg, 'TextBody', @BodyThanks in advance |
|
|
|
|
|