Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Problem with Package ordcom when sending emails

Problem with Package ordcom when sending emails

From: Monika <gemse64_at_web.de>
Date: 14 Dec 2004 00:55:25 -0800
Message-ID: <eecf9c5c.0412140055.1f877914@posting.google.com>


I've got a problem with sending an email with the help of the ORDCOM-Package.
Creating the object CDONTS.Newmail is no problem and sending an email with 1024 characters or less is no problem as well. As soon as I want to send an email with more than 1024 characters the call to
i:=ORDCOM.SetProperty(applicationToken, 'Body', p_message, 'BSTR'); gives me the Returncode -2147352570 where p_message is of type varchar2 and contains more than 1024 characters. As a result an empty email is sent.

Thanks for any help

Monika Received on Tue Dec 14 2004 - 02:55:25 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US