MOTOBIT.COM - ASP upload, IIS utility ConnectionTypes Enum, Connection types of this email account to the internet., Member of EmailExport

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

Description

Specifies connection types of this email account to the internet. Local LAN connection, dial-up (modem) or dialer.

Values

ctLanAndDial = &H0 Connect using LAN. Modem is used if LAN connection is not available
ctDialer = &H1 3rd party dialer
ctAlwaysDial = &H2 Always connect to this account using dial-up
ctLAN = &H3 Connect using LAN.

Includes

VBS include

'ConnectionTypes - begin
Public Const ctLanAndDial = &H0 'Connect using LAN. Modem is used if LAN connection is not available
Public Const ctDialer = &H1 '3rd party dialer
Public Const ctAlwaysDial = &H2 'Always connect to this account using dial-up
Public Const ctLAN = &H3 'Connect using LAN.
'ConnectionTypes - end

VB4 include

'ConnectionTypes - begin
Public Const ctLanAndDial As Long = &H0 'Connect using LAN. Modem is used if LAN connection is not available
Public Const ctDialer As Long = &H1 '3rd party dialer
Public Const ctAlwaysDial As Long = &H2 'Always connect to this account using dial-up
Public Const ctLAN As Long = &H3 'Connect using LAN.
'ConnectionTypes - end

VB5 include

Public Enum ConnectionTypes
  ctLanAndDial = &H0 'Connect using LAN. Modem is used if LAN connection is not available
  ctDialer = &H1 '3rd party dialer
  ctAlwaysDial = &H2 'Always connect to this account using dial-up
  ctLAN = &H3 'Connect using LAN.
End Enum 'ConnectionTypes

JScript include

//ConnectionTypes - begin
var ctLanAndDial = 0x0; //Connect using LAN. Modem is used if LAN connection is not available
var ctDialer = 0x1; //3rd party dialer
var ctAlwaysDial = 0x2; //Always connect to this account using dial-up
var ctLAN = 0x3; //Connect using LAN.
//ConnectionTypes - end

IDL include

// ConnectionTypes
typedef [helpcontext(0x20077), helpstring("Specifies connection types of this email account to the internet. Local LAN connection, dial-up (modem) or dialer.")]
enum ConnectionTypes{
	[helpcontext(0x20077), helpstring("Connect using LAN. Modem is used if LAN connection is not available")]
		ctLanAndDial = 0x0,
	[helpcontext(0x20077), helpstring("3rd party dialer")]
		ctDialer = 0x1,
	[helpcontext(0x20077), helpstring("Always connect to this account using dial-up")]
		ctAlwaysDial = 0x2,
	[helpcontext(0x20077), helpstring("Connect using LAN.")]
		ctLAN = 0x3
} ConnectionTypes;

Used in

Account.ConnectionType

Other links for ConnectionTypes 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