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.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Message getting truncated

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', @Body

Thanks in advance
   

- Advertisement -