Access your Outlook Application using PHP v2.1 description
I have always been surprised from what PHP can do.Using COM objects shows new and best ways for PHP development. The folowing code, which is designed like Step by Step wizard, shows the access to Inbox and Outbox folders in your MS Outlook application. The .zip file contains .html file with pictures (screenshots)and .rtf copy of the article.
File List:
@PSC_ReadMe_580_8.txt
1Kb
article.html
14Kb
article.rtf
10Kb
error.gif
3Kb
mapi_session.gif
3Kb
outlook_app.gif
3Kb
regedit.gif
5Kb
Similar code
checkEmail function
(Popularity: ) : Check if a given email address is valid by checking: - is the format correct? - has the server of the given domain an MX record? Whois client
(Popularity: ) : This Whois Client is a complete API class, allowing you to connect to an appropriate whois server and return information relating to a specific domain name. The client runs alongside a servers.whois file, which lists every whois server that is ...