July 2000
Intermediate to advanced
492 pages
14h 53m
English
Version —
objNewMail
.Version
A read-only string value holding the current version of CDONTS being used.
None
<%
' Dimension local variables.
Dim objNewMail
Dim strCDOVersion
' Instantiate a NewMail object.
Set objNewMail = Server.CreateObject("CDONTS.NewMail")
' The Version property for this version of CDONTS will
' always return the string "1.2".
strCDOVersion = objNewMail.Version
%>The Version property is read-only. This property has limited functionality in typical applications.
Read now
Unlock full access