Mail object
This object is used to send elecronic mail messages via SMTP protocol. The message can contain attachments, use different
content types and charsets.
Set tcpip=CreateObject("SHOTIP.Connection")
tcpip.mail.Subject="Mail subject"
There is the only instance of Mail object in the root object, so the following variables will refer to the same object:
Set h=tcpip.mail
Set x=tcpip.mail
All methods and properties are listed in the right hand part of the documentation page.