473,910 Members | 7,379 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

error send attachment

pat
Hi,

i'am using an ac2K progrom which sends automaticle emails with an
attachment.
Since last week , a error occurs with number 2293. Our mail program is
Outlook 2003.

It's probably a matter of safety in outlook, but i didn't saw an answer to
prevent this error on theweb.
Where can i configure the safetyitem that Outlook sees the mail not langer
as a potential virus or can i hanle this in access code ?
Our mail is stored in a servermap

regards, Pat
Nov 6 '07 #1
5 4113
pat wrote:
Hi,

i'am using an ac2K progrom which sends automaticle emails with an
attachment.
Since last week , a error occurs with number 2293. Our mail program is
Outlook 2003.
What's a 2293?

In your error routine, change it so that it reads
msgbox err.number & " " & err.description

BTW, you might want to search for Sue Mosher's ClickYes utility. That
may (or may not) address some of your email issues.

>
It's probably a matter of safety in outlook, but i didn't saw an answer to
prevent this error on theweb.
Where can i configure the safetyitem that Outlook sees the mail not langer
as a potential virus or can i hanle this in access code ?
Our mail is stored in a servermap

regards, Pat

Nov 7 '07 #2
pat

hi,

error 2293 means he cannot send the mail.
followed site, http://support.microsoft.com/?id=884998 handle this item,
but i cannot see an solution

mvg Pat

"Salad" <oi*@vinegar.co mschreef in bericht
news:13******** *****@corp.supe rnews.com...
pat wrote:
>Hi,

i'am using an ac2K progrom which sends automaticle emails with an
attachment.
Since last week , a error occurs with number 2293. Our mail program is
Outlook 2003.

What's a 2293?

In your error routine, change it so that it reads
msgbox err.number & " " & err.description

BTW, you might want to search for Sue Mosher's ClickYes utility. That may
(or may not) address some of your email issues.

>>
It's probably a matter of safety in outlook, but i didn't saw an answer
to prevent this error on theweb.
Where can i configure the safetyitem that Outlook sees the mail not
langer as a potential virus or can i hanle this in access code ?
Our mail is stored in a servermap

regards, Pat

Nov 7 '07 #3
pat wrote:
hi,

error 2293 means he cannot send the mail.
followed site, http://support.microsoft.com/?id=884998 handle this item,
but i cannot see an solution
It appears that for some odd reason you either need to view the email
and manually send or you can press the message. Talk to MS about your
approval and direction for emailing. So either add True to the edit
argument in SendObject or get that message.

I don't use sendobject anymore. Besides, all my folks must view (at
direction of business owner) all emails they send, it should not be a
problem for me.

>
mvg Pat

"Salad" <oi*@vinegar.co mschreef in bericht
news:13******** *****@corp.supe rnews.com...
>>pat wrote:
>>>Hi,

i'am using an ac2K progrom which sends automaticle emails with an
attachment .
Since last week , a error occurs with number 2293. Our mail program is
Outlook 2003.

What's a 2293?

In your error routine, change it so that it reads
msgbox err.number & " " & err.description

BTW, you might want to search for Sue Mosher's ClickYes utility. That may
(or may not) address some of your email issues.
>>>It's probably a matter of safety in outlook, but i didn't saw an answer
to prevent this error on theweb.
Where can i configure the safetyitem that Outlook sees the mail not
langer as a potential virus or can i hanle this in access code ?
Our mail is stored in a servermap

regards, Pat


Nov 7 '07 #4
pat
Hi,
When i add the sendobject a true, I see the mail before I send him manualy,
is not really an improvent. It remains a extra clickevent to send the mail.
The send object is imbedded on a click event of a buttum en I send several
reports to different receivers. When I Have to confirm each mail separitly ,
it's no longer an automatic but a semi-automatic mail. Worser , it is
wast of time because the user could otherwise proceed which he was working
on.

I'am aware that safety comes first , but I think It must be possible to
configer outlook so far so Outlook sees no langer the programmed mail as an
possible virus.
It's a question rather to the outlook newsgroup i think , but i give a try .

I'am still searching to a proper solution.

regards, Pat
"Salad" <oi*@vinegar.co mschreef in bericht
news:13******** *****@corp.supe rnews.com...
pat wrote:
>hi,

error 2293 means he cannot send the mail.
followed site, http://support.microsoft.com/?id=884998 handle this item,
but i cannot see an solution

It appears that for some odd reason you either need to view the email and
manually send or you can press the message. Talk to MS about your
approval and direction for emailing. So either add True to the edit
argument in SendObject or get that message.

I don't use sendobject anymore. Besides, all my folks must view (at
direction of business owner) all emails they send, it should not be a
problem for me.

>>
mvg Pat

"Salad" <oi*@vinegar.co mschreef in bericht
news:13******* ******@corp.sup ernews.com...
>>>pat wrote:

Hi,

i'am using an ac2K progrom which sends automaticle emails with an
attachmen t.
Since last week , a error occurs with number 2293. Our mail program is
Outlook 2003.

What's a 2293?

In your error routine, change it so that it reads
msgbox err.number & " " & err.description

BTW, you might want to search for Sue Mosher's ClickYes utility. That
may (or may not) address some of your email issues.

It's probably a matter of safety in outlook, but i didn't saw an answer
to prevent this error on theweb.
Where can i configure the safetyitem that Outlook sees the mail not
langer as a potential virus or can i hanle this in access code ?
Our mail is stored in a servermap

regards, Pat

Nov 8 '07 #5
pat wrote:
Hi,
When i add the sendobject a true, I see the mail before I send him manualy,
is not really an improvent. It remains a extra clickevent to send the mail.
C'est la vie.
The send object is imbedded on a click event of a buttum en I send several
reports to different receivers. When I Have to confirm each mail separitly ,
it's no longer an automatic but a semi-automatic mail. Worser , it is
wast of time because the user could otherwise proceed which he was working
on.
I agree.
I'am aware that safety comes first , but I think It must be possible to
configer outlook so far so Outlook sees no langer the programmed mail as an
possible virus.
It's a question rather to the outlook newsgroup i think , but i give a try .

I'am still searching to a proper solution.
Check out automation. Google for methods to send emails. You have
heard of Google groups, right?

Also, Google for Tony Toews sight, he has an e-mail faq at his site that
might provide some solutions. And if you are using Outlook, do check
out Sue Mosher's ClickYes that I mentioned earlier.


>
regards, Pat
"Salad" <oi*@vinegar.co mschreef in bericht
news:13******** *****@corp.supe rnews.com...
>>pat wrote:
>>>hi,

error 2293 means he cannot send the mail.
followed site, http://support.microsoft.com/?id=884998 handle this item,
but i cannot see an solution

It appears that for some odd reason you either need to view the email and
manually send or you can press the message. Talk to MS about your
approval and direction for emailing. So either add True to the edit
argument in SendObject or get that message.

I don't use sendobject anymore. Besides, all my folks must view (at
direction of business owner) all emails they send, it should not be a
problem for me.
>>>mvg Pat

"Salad" <oi*@vinegar.co mschreef in bericht
news:13***** ********@corp.s upernews.com...
pat wrote:
>Hi,
>
>i'am using an ac2K progrom which sends automaticle emails with an
>attachment .
>Since last week , a error occurs with number 2293. Our mail program is
>Outlook 2003.

What's a 2293?

In your error routine, change it so that it reads
msgbox err.number & " " & err.description

BTW, you might want to search for Sue Mosher's ClickYes utility. That
may (or may not) address some of your email issues.


>It's probably a matter of safety in outlook, but i didn't saw an answer
>to prevent this error on theweb.
>Where can i configure the safetyitem that Outlook sees the mail not
>langer as a potential virus or can i hanle this in access code ?
>
>
>Our mail is stored in a servermap
>
>regards, Pat

Nov 9 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2173
by: Sunny | last post by:
Hi, I am new in development. I want to develop a application which send email from yahoo acoount to rediffmail acount I am trying following Code But its giving Server 530 Authetication error.Could you suggest me anything in this matter. Thank you, Sunny try
2
1772
by: bmcelhany | last post by:
Hello, I'm developing a windows service that monitors a directory (using a FileSystemWatcher) for newly created files. When a new file is created, I need to generate an e-mail and send that file as an attachment. This all working fine except that sometimes the code that adds the attachment fires before the new file is finished being written to, resulting in an "invalid mail attachment" error. What is the best way to deal with this? Is...
3
1631
by: Jimmy | last post by:
I am trying to send an attachment using SmtpMail. I am able to send an Excel or text file, but when I try to send a pdf file, it throws an exception: could not access CDO.Message object. The file size is about 1.92 MB. I was wondering what could be the factors that result in such an exception. I am using C# .Net and Windows XP Pro. Thanks, Jimmy
3
2255
by: Brian Farnhill (MCP VB.NET) | last post by:
Hi, I am having some trouble using the MailMessage object to send an email with more than one attachment. I am working on a web based application where a user can submit information, along with a number of files. The information, including the file is stored in the database, and an email is sent with the information and any files that were submitted are attached. The system works fine when a user makes a submission that has no...
2
11154
by: m_evergreen | last post by:
Errors: An unhandled exception of type 'System.Web.HttpException' occurred in system.web.dll Additional information: Could not access 'CDO.Message' object. innerexception is "Exception has been thrown by the target of an invocation." innerexception.innerexception is "The specified protocol is unknown."
2
2971
by: Cimento Cola | last post by:
Hello all. Hope anyone can help me! I have this form, with: Please choose your file: (browse) The main purpose is the user to select a local file and then when he submits a mail should be sent with that doc as attachment! When the user submits i have a new asp from where the mail is sent. I´ve
0
2502
by: prasenjit2007 | last post by:
I have a main form for inputing the (to/from/mesg/file) with the following code:- <html> <body> <table> <tr> <td>To:</td> <td><input type="text" name="to" size="50" value="pras_sandilya@rediffmail.com"></td> </tr>
3
2400
by: raj200809 | last post by:
when i m sending mail i received error from symantec Antivirus" Your email message was unable to be sent because your mail server rejected the message 550-5.7.1 the ip you’re using to send mail is not authorized" i have configure smtp server put 127.0.0.1 ip in relay and also put 127.0.0.1 ip in connection. using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing;
1
3212
by: deepaks85 | last post by:
Dear All, I want to send some data through a form with Multiple attachment in an HTML Format. I have tried it but it is not working for me. I am able to send data without attachment but with the code for attachment, I am not able to send anything. I get blank email. Can you please help me on this? Here is the html form:
0
10037
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9879
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11349
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10541
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
8099
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7250
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5939
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
4337
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3360
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.