|
This application demonstrates building SMTP email send procedures using the CHT classes HNDSMTP.INC and HNDSMTP.CLW, attached to your application via the EMBEDOBJECT template. These are BASIC send procedures using a minimum of HNDSMTP features, designed specifically for easy understanding. More complex mail procedures are available in other demonstration applications, for example, HNDMLADSM.APP. All procedures in this application are available as JUMP START procedures via the CHTJumpStartProceduresUtility Template. Import any of them into your application as a model from which to work forward. Any questions, feel free to ask: news.cwhandy.ca Cheers, Gus M. Creces The Clarion Handy Tools Page www.cwhandy.com (CHT Website) news.cwhandy.com (CHT Forum) |
| PROCEDURE (1): JumpStartSMTPSendProcedureWithCompressedAttachments (Procedure Template: HandySourceProcedure) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | NotUsedHere | HNDBuffer | HND | 59 | HNDBUFFR.INC |
| (0002) | SMTP | HNDSmtp | HNDINET | 218 | HNDSMTP.INC |
| (0003) | HSRC | HNDSourceProcedure | HND | 46 | HNDSRC.INC |
| (3) Class Instances Found In JumpStartSMTPSendProcedureWithCompressedAttachments | |||||
| PROCEDURE (2): JumpStartSMTPSendProcedureNoAttachments (Procedure Template: HandySourceProcedure) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | NameNotUsed | HNDBuffer | HND | 59 | HNDBUFFR.INC |
| (0002) | SMTP | HNDSmtp | HNDINET | 218 | HNDSMTP.INC |
| (0003) | HSRC | HNDSourceProcedure | HND | 46 | HNDSRC.INC |
| (3) Class Instances Found In JumpStartSMTPSendProcedureNoAttachments | |||||
| PROCEDURE (3): JumpStartSplashCHTBlue (Procedure Template: Splash) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HTellMe | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0002) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0003) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (3) Class Instances Found In JumpStartSplashCHTBlue | |||||
| PROCEDURE (4): JumpStartConfigureSMTP (Procedure Template: HandySourceProcedure) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | SMTP | HNDSmtp | HNDINET | 218 | HNDSMTP.INC |
| (0002) | HSRC | HNDSourceProcedure | HND | 46 | HNDSRC.INC |
| (2) Class Instances Found In JumpStartConfigureSMTP | |||||
| PROCEDURE (5): JumpStartSMTPSendProcedureWithAttachments (Procedure Template: HandySourceProcedure) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | NameNotUsed | HNDBuffer | HND | 59 | HNDBUFFR.INC |
| (0002) | SMTP | HNDSmtp | HNDINET | 218 | HNDSMTP.INC |
| (0003) | HSRC | HNDSourceProcedure | HND | 46 | HNDSRC.INC |
| (3) Class Instances Found In JumpStartSMTPSendProcedureWithAttachments | |||||
| PROCEDURE (6): Main (Procedure Template: Frame) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HWin | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0002) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0003) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (3) Class Instances Found In Main | |||||
Classes By Procedure In HNDMLSMTP.APP