tSMTPUsing

ActiveX/VBSScript registry editor  ActiveX NT User account manager  Export MDB/DBF from ASP
Url replacer, IIS url rewrite Active LogFile  Email export  ActiveX/ASP Scripting Dictionary object
 IISTracer, real-time IIS monitor
 Huge ASP upload - upload files with progress.
          Enum 
          Member of  EmailExport Use tSMTPUsing object 

Description

Type of connection to SMTP server

Values

smNone = &H0 SMTP server does not require authentication. My Server Requires Authentication is not checked for SMTP server
smNameSPA = &H1 Logon to SMTP using another account name and password + SPA (secure password authentication). SMTP server: My Server Requires Authentication is checked, Log on using Secure password authentication is checked, Account name is specified
smSameAsIncomming = &H2 Use same settings as my incomming mail server
smName = &H3 Logon to SMTP using another account name and password. SMTP server: My Server Requires Authentication is checked, Account name is specified

Includes  
'tSMTPUsing - begin
Public Const smNone = &H0 'SMTP server does not require authentication. My Server Requires Authentication is not checked for SMTP server
Public Const smNameSPA = &H1 'Logon to SMTP using another account name and password + SPA (secure password authentication).  SMTP server: My Server Requires Authentication is checked,  Log on using Secure password authentication is checked, Account name is specified
Public Const smSameAsIncomming = &H2 'Use same settings as my incomming mail server
Public Const smName = &H3 'Logon to SMTP using another account name and password. SMTP server: My Server Requires Authentication is checked,  Account name is specified
'tSMTPUsing - end
'tSMTPUsing - begin
Public Const smNone As Long = &H0 'SMTP server does not require authentication. My Server Requires Authentication is not checked for SMTP server
Public Const smNameSPA As Long = &H1 'Logon to SMTP using another account name and password + SPA (secure password authentication).  SMTP server: My Server Requires Authentication is checked,  Log on using Secure password authentication is checked, Account name is specified
Public Const smSameAsIncomming As Long = &H2 'Use same settings as my incomming mail server
Public Const smName As Long = &H3 'Logon to SMTP using another account name and password. SMTP server: My Server Requires Authentication is checked,  Account name is specified
'tSMTPUsing - end
Public Enum tSMTPUsing
  smNone = &H0 'SMTP server does not require authentication. My Server Requires Authentication is not checked for SMTP server
  smNameSPA = &H1 'Logon to SMTP using another account name and password + SPA (secure password authentication).  SMTP server: My Server Requires Authentication is checked,  Log on using Secure password authentication is checked, Account name is specified
  smSameAsIncomming = &H2 'Use same settings as my incomming mail server
  smName = &H3 'Logon to SMTP using another account name and password. SMTP server: My Server Requires Authentication is checked,  Account name is specified
End Enum 'tSMTPUsing
//tSMTPUsing - begin
var smNone = 0x0; //SMTP server does not require authentication. My Server Requires Authentication is not checked for SMTP server
var smNameSPA = 0x1; //Logon to SMTP using another account name and password + SPA (secure password authentication).  SMTP server: My Server Requires Authentication is checked,  Log on using Secure password authentication is checked, Account name is specified
var smSameAsIncomming = 0x2; //Use same settings as my incomming mail server
var smName = 0x3; //Logon to SMTP using another account name and password. SMTP server: My Server Requires Authentication is checked,  Account name is specified
//tSMTPUsing - end
// tSMTPUsing
typedef [helpcontext(0x2007A), helpstring("Type of connection to SMTP server")]
enum tSMTPUsing{
	[helpcontext(0x2007A), helpstring("SMTP server does not require authentication. My Server Requires Authentication is not checked for SMTP server")]
		smNone = 0x0,
	[helpcontext(0x2007A), helpstring("Logon to SMTP using another account name and password + SPA (secure password authentication).  SMTP server: My Server Requires Authentication is checked,  Log on using Secure password authentication is checked, Account name is specified")]
		smNameSPA = 0x1,
	[helpcontext(0x2007A), helpstring("Use same settings as my incomming mail server")]
		smSameAsIncomming = 0x2,
	[helpcontext(0x2007A), helpstring("Logon to SMTP using another account name and password. SMTP server: My Server Requires Authentication is checked,  Account name is specified")]
		smName = 0x3
} tSMTPUsing;

Used in

  Other links for tSMTPUsing class

IAF Email Export classes

IAF Email Export enums

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 – 2006 Antonin Foller, Motobit Software, help{at}pstruh.cz, help v. 1.01.8