Re: [Httpmail-devel] MSXML and Security settings
Status: Beta
Brought to you by:
fuzz
|
From: Eddie S. <esh...@ya...> - 2003-08-15 13:34:03
|
The thing I have found is that the XMLHTTP object no longer works to connect.
I have had to use IServerXMLHTTP interface to do EVERYTHING. I have an article
being submitted to Delphi Informant on access to Hotmail from Delphi, including
SENDING MESSAGES via Hotmail and synchronizing HM Contacts with your local WAB.
It also includes a lot of functionality that is not in the VB example, such as
creating/deletion of folders, emptying of the trash folder, etc.
Once I get the article published, I'd be more than happy to post the units for
you to see. The publishing schedule looks to be January.
BTW, I am also writing a component that encapsulates all this functionality.
--- Toru Marumoto <tor...@ya...> wrote:
>
> I have a working sample in Delphi.
> It uses MSXML3(XMLHTTP).
>
> My problem is that in order to connect to Hotmail server,
> I have to change the Internet Security settings.
> {
> Internet Option-> security-> {Internet} Custormize->
> allow(or show dialog) data source access between different domain.
> }
> otherwise the soft hangs up when trying to connect.
>
> I found the same problem in your VB sample project.
> But Outlook Express has no problem.
>
> Does any one have a solution to this?
>
>
> I might have to change registry programmatically.
> But that's the last thing I want to do.
>
> Win 2000
> MSXML2.6/3/4
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
|