MOTOBIT.COM - ASP upload, IIS utility tSMTPUsing Enum, Type of connection to SMTP server., Member of EmailExport

Member of  EmailExport Use tSMTPUsing object | Changes | Purchase | Download

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

VBS include

'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

VB4 include

'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

VB5 include

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

JScript include

//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

IDL include

// 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

Account.SMTPUseSicily

Other links for tSMTPUsing class

IAF Email Export classes

Account

IAF Email Export enums

ConnectionTypes, IPPorts, tSMTPUsing

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