NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Rene Simons on August 17, 2010, 04:29:48 AM
-
Hi,
Does anyone know where I can find ifo on the EmailParametersGroup?
I need to know details about the structure for attachments and HTML message text.
WEB11 example is very limited
Cheers,
Rene
-
see \clarion6\libsrc\netweb.inc
cheers
Bruce
-
Hi Bruce,
I did a scan of \clarion6\netweb.inc but I cannot find EmailParameterGroup.
???
Rene
-
sorry - netall.inc
EmailParametersGroup Group,Type
pEmailFrom String(255)
pEmailTo String(255)
pEmailSubject String(255)
pEmailCC String(255)
pEmailBcc String(255)
pEmailFileList String(255)
pEmailMessageText String(4096)
pEmailMessageHtml String(4096)
pEmailSettingsPath String(255)
End
-
:)