Library Property

Gets and sets the file name of the Windows Sockets networking library.

Syntax

object.Library [= value]

The Library property syntax has the following parts:

Part Description
object An object expression that evaluates to an InternetMail object.
dllname A string which specifies the name of the Windows Sockets library.

Remarks

The Library property returns the full pathname of the Windows Sockets library loaded by the control. Setting the property to the file name of an alternate DLL causes that library to be loaded. By default, the library the default system library is automatically loaded when any network function is called.

This should be the first property set by the control when it is loaded. Attempting to set this property after a library has already been loaded will generate an error.

Data Type

String


Copyright © 2008 Catalyst Development Corporation. All rights reserved.