Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Xbase Fox > Re: VFP 9: Send...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 13 of 17 Topic 815 of 861
Post > Topic >>

Re: VFP 9: Sending E-mail Through Outlook 97

by Cy Welch <cywelch@[EMAIL PROTECTED] > Nov 2, 2007 at 10:09 PM

Paul Pedersen wrote:
> "Gene Wirchenko" <genew@[EMAIL PROTECTED]
> wrote in message 
> news:294ki3hj7p48ciuqjkuqpitiegib85u92l@[EMAIL PROTECTED]
>>> I don't understand your point number 1. What do you mean it
"complains"?
>>> I've done that with no particular problems.
>>     The complaint is a message marked as from the System
>> Administrator (no E-mail address).
> 
> Then you are going through Exchange? I haven't done that.
> 
> 
>>     So how do you do it?
> 
> Basically, it's
> 
> DEFINE olMailItem    0
> 
> LOCAL oOutlook, oMail
> 
> oOutlook = CREATEOBJECT("outlook.application")
> oMail = oOutlook.createitem(olMailItem)
> oMail.to = "joe@[EMAIL PROTECTED]
"
> oMail.subject = "Hello Joe"
> oMail.htmlbody = "<HTML>This is the body of the email.</HTML>"
> * or I think this will work also: oMail.body = "This is the body of the 
> email."
> oMail.display
> * This allows the user to see the email, then click Send. Newer versions
of 
> Outlook won't allow
> * programmatic sending because of security concerns, but it might work
with 
> Outlook 97.
> 
> 
> But like I said, I haven't had to go through Exchange, so I don't know
how 
> that would affect the problem.
> 
> 
> 
>>> I don't understand number 2 either. Did the email go out or didn't it?
Are
>>> you trying to receive as well?
>>     It went out.  I can see it with my ISP's Web interface.
>>
>>     Trying to receive it into Outlook fails.  Outlook apparently
>> receives it -- it goes through the motions -- but the post is not
>> picked up and is still at my ISP.
> 
> Now I'm really confused.
> 
> Oh, you mean you can receive it with web mail, but not with Outlook?
> 
> That's a different issue then. Can you send out email from Outlook by
hand, 
> then receive it using Outlook? If so, find out what's different between 
> emails you created by hand and those created programmatically. If not,
maybe 
> your company is on its own spam list, or has something else blocking 
> incoming mail.
> 
> 
> 
> 
One thing on this IIRC outlook 97 was barely internet aware and capable. 
My recollection was that outlook 98 was the first version that actually 
worked with the internet properly.  Prior to that I had to use other 
tools because outlook just didn't work.  And since outlook 97 is so far 
out of the sup****t window (IIRC the oldest version still in sup****t at 
all is outlook 2002 although 2000 I think went out not too long ago) I 
would have to recommend using nothing older than outlook 98 and 
preferably outlook 2000 because of how much better they work than 
outlook 97 does.

-- 
Cy Welch
Senior Programmer
MetSYS Inc
http://www.metsysinc.com
 




 17 Posts in Topic:
VFP 9: Sending E-mail Through Outlook 97
Gene Wirchenko <genew@  2007-10-31 19:12:15 
Re: VFP 9: Sending E-mail Through Outlook 97
"swdev2" <ws  2007-11-01 01:05:08 
Re: VFP 9: Sending E-mail Through Outlook 97
Gene Wirchenko <genew@  2007-11-01 08:09:02 
Re: VFP 9: Sending E-mail Through Outlook 97
"Darwin" <da  2007-11-02 08:02:11 
Re: VFP 9: Sending E-mail Through Outlook 97
Gene Wirchenko <genew@  2007-11-01 17:39:30 
Re: VFP 9: Sending E-mail Through Outlook 97
Cy Welch <cywelch@[EMA  2007-11-01 23:14:25 
Re: VFP 9: Sending E-mail Through Outlook 97
Gene Wirchenko <genew@  2007-11-04 18:37:46 
Re: VFP 9: Sending E-mail Through Outlook 97
Thomas Ganss <tganss_a  2007-11-02 08:10:33 
Re: VFP 9: Sending E-mail Through Outlook 97
Gene Wirchenko <genew@  2007-11-04 18:39:00 
Re: VFP 9: Sending E-mail Through Outlook 97
"Paul Pedersen"  2007-11-01 09:40:10 
Re: VFP 9: Sending E-mail Through Outlook 97
Gene Wirchenko <genew@  2007-11-01 10:50:09 
Re: VFP 9: Sending E-mail Through Outlook 97
"Paul Pedersen"  2007-11-02 10:22:32 
Re: VFP 9: Sending E-mail Through Outlook 97
Cy Welch <cywelch@[EMA  2007-11-02 22:09:18 
Re: VFP 9: Sending E-mail Through Outlook 97
Gene Wirchenko <genew@  2007-11-04 18:44:49 
Re: VFP 9: Sending E-mail Through Outlook 97
Cy Welch <cywelch@[EMA  2007-11-04 21:12:33 
Re: VFP 9: Sending E-mail Through Outlook 97
Thomas Ganss <tganss_a  2007-11-05 10:48:23 
Re: VFP 9: Sending E-mail Through Outlook 97
"Paul Pedersen"  2007-11-05 09:14:54 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 13:56:11 CST 2008.