MOTOBIT.COM - ASP upload, IIS utility Create IMAP configuration with SSL/SPA

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

Examples

Generates an simple IAF configuration file with SLL and SPA (secure password authentication).

Create IMAP configuration with SSL/SPA 
Option Explicit

'Create account exporter object
Dim Export
Set Export = CreateObject("EmailExport.Account")

Export.AccountName = "My IMAP account"

'The IMAP server will be also connected 
'using secure connection (default port)
Export.IMAPServer = "imap.my-email.com"
Export.IMAPSecureConnection = True

'IMAPSecureConnection sets IMAP port to ipIMAPSSL
'You can coose any other port using IMAPPort property.
'Export.IMAPPort = 235


'The IMAP server uses SPA
Export.IMAPUseSicily = True

'The SMTP server will be connected using 
'secure connection (default port)
Export.SMTPServer = "smtp.my-email.com"
Export.SMTPSecureConnection = True

'SMTP server is using the same settings as 
'IMAP server = SSL + SPA, the same password
Export.SMTPUseSicily = 02


'Save the IAF file.
Export.SaveIAFFile Export.AccountName & ".IAF"

Other links for the Create IMAP configuration with SSL/SPA 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