Platform SDK: Web Telephony Engine |
The Value property sets or retrieves the default property for the session. This property uses a name-value map to store all sorts of variables on the Internet Explorer side.
Session.Value [ = vValue ]
External.Session ("UserName") = "Mr. Smith" UserName = External.Session ("UserName") Set MySession = External.Session Set MySession ("MapiSession") = CreateObject ("mapi.session") Set MySession = External.Session ("MapiSession") External.Session ("MapiSession").Logon
This property is read-write.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Mswtecom.idl and Mswtecom.h.
Library: Use Mswtecom.lib.