Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email Olecontrol
Message
From
24/02/2005 18:24:53
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00990322
Message ID:
00990357
Views:
28
Actually, if you notice, the cURL line has a property called cAspPage. This would suggest that a ASP page is being called to process the send mail request. The ASP page must have a object to preform something like CDONTS control. The problem maybe that at times of the day, the mail server at the host end is getting hit with alot of mail, filling up the mail queue. This would slow down the delivary of the Dean's clients mail at times.

What do think?

>If I'm not mistaken, it looks like MAILTO: protocol to me. See Re: Launching Outlook Express Message #962417. Basicly, it opens default email client on user PC with fields populated from parameters of the MAILTO: command. After that is up to user what to do with it.
>
>>"InetCtls.Inet.1"?
>>Well it is. It's been doing it for the last 2 years. :o
>>
>>But the complaint from the client is that the letter arrives at the recipients' email box like an hour later... but not all the time.
>>
>>Here is the code that does it.
>>The Olecontrol is contained in container.
>>"THIS" refers to the container.
>
>>LOCAL cURL
>>
>>cURL = ALLTRIM(THIS.caddress) + "/" + ALLTRIM(THIS.casppage) + "?ID=" + ALLTRIM(THIS.cID) + ;
>>		"&To=" + ALLTRIM(THIS.cto) + ;
>>		"&From=" + ALLTRIM(THIS.cFrom) + ;
>>		"&Subject=" + ALLTRIM(THIS.cSubject) + ;
>>		"&Body=" + ALLTRIM(THIS.cBody)
>>	this.olecontrol1.openURL(cURL)
>
Greg Reichert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform