|
 |
asp_cdo thread: CDO Message crashes when attaching multiple files
Message #1 by "Richard Jose" <dew_jose@h...> on Thu, 16 Aug 2001 00:27:14
|
|
I'm getting strange behavior using the CDO.Message object when attaching
multilple files. I'm attaching 7 files, 4 word documents, and 3 images.
The AddAttachment method doesn't fail or through an exception, but when I
call send() after attaching all the files it will give me an unknown
error. If I only attach two or three of the word documents it will send
with no problem. Any advice, tips, whatever will be appreciated.
Message #2 by "Sachin Jain" <sachin_n_jain@r...> on 27 Aug 2001 16:15:54 -0000
|
|
Hello;
It may be that the Server(Like Yahoo, Hotmail or any other), through whic
h you are sending mail does not support the size that of your attachments
=2E Check the maximum size of attachments, that that server allows and al
so check the size of your attachments.
Inform me the result.
Sachin Jain
Message #3 by "dewey jose" <dew_jose@h...> on Wed, 29 Aug 2001 11:51:49 -0400
|
|
There is no max limit to file attachment size on my SMTP server. I'm using
the SMTP server that comes with Windows 2000 Server and IIS Manager to set
up the Server properties. I've turned off all restrictions on sending mail.
Any other ideas???
>From: "Sachin Jain" <sachin_n_jain@r...>
>Reply-To: "ASP CDO" <asp_cdo@p...>
>To: "ASP CDO" <asp_cdo@p...>
>Subject: [asp_cdo] Re: CDO Message crashes when attaching multiple files
>Date: 27 Aug 2001 16:15:54 -0000
>
>Hello;
>It may be that the Server(Like Yahoo, Hotmail or any other), through which
>you are sending mail does not support the size that of your attachments.
>Check the maximum size of attachments, that that server allows and also
>check the size of your attachments.
>Inform me the result.
>
>
> Sachin Jain
|
|
 |