MOTOBIT.COM - ASP upload, IIS utility Export Outlook email configuration from ASP/VB Script

Sample for EmailExport.Account.BinaryIAF | Changes | Purchase | Download

Examples

Export Outlook email configuration from ASP/VB Script 
Dim Export
'Create the export object
Set Export = CreateObject("EmailExport.Account")

'Set basic properties.
Export.AccountName = "My New Account"
Export.SMTPEmailAddress = "first.second@mail-domain.com"
Export.SMTPDisplayName = "Some person Name"
Export.SMTPServer = "smtp.mail-domain.com"
Export.POP3Server = "pop3.mail-domain.com"
Export.POP3UserName = "first.second@mail-domain.com"
Export.POP3Password = "Someveryloongpassword"

Response.ContentType = "application/download"
Response.AddHeader "Content-Disposition", "attachment; filename=""My New Account.IAF"""
Response.BinaryWrite Export.BinaryIAF
Response.End

Other links for the Export Outlook email configuration from ASP/VB Script sample

EmailExport.Account

Export of email account settings to the .iaf file format.

EmailExport

Email Account configuration exporter is an ActiveX/COM library, which let's you work with Outlook and Outlook Express email account configuration in VB script/JScript and other programming languages (t-SQL, C++, VBA, php, c#, Delphi...). You can create POP3, IMAP and HTTP email configurations or NNTP news account and export them directly from the script. You can export all fields, including servers, SPA, user names, emails, passwords, etc.

© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz


Other Motobit links:   IISTracer, real-time IIS monitor   ASP file upload - upload files to ASP. 
ActiveX/VBSScript registry editor  ActiveX NT User account manager  Export MDB/DBF from ASP Active LogFile  Email export  ActiveX/ASP Scripting Dictionary object