Name

Version — objNewMail .Version

Synopsis

A read-only string value holding the current version of CDONTS being used.

Parameters

None

Example

<%

' 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

%>

Notes

The Version property is read-only. This property has limited functionality in typical applications.

Get ASP in a Nutshell, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.