Catalyst Internet Mail .NET

InternetMail.Version Property

Gets a value which returns the current version of the InternetMail class library.

[Visual Basic]
Public ReadOnly Property Version As String
[C#]
public string Version {get;}

Property Value

A string which specifies the version of the class library.

Remarks

The Version property returns a string which identifies the current version and build of the InternetMail class library. This value can be used by an application for validation and debugging purposes.

See Also

InternetMail Class | SocketTools Namespace