NetTalk Central

Author Topic: EmailParametersGroup  (Read 1948 times)

Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
EmailParametersGroup
« 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
Rene Simons
NT14.14

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: EmailParametersGroup
« Reply #1 on: August 17, 2010, 11:57:01 AM »
see \clarion6\libsrc\netweb.inc

cheers
Bruce

Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
EmailParameterGroup
« Reply #2 on: August 17, 2010, 12:32:13 PM »
Hi Bruce,

I did a scan of \clarion6\netweb.inc but I cannot find EmailParameterGroup.

???
Rene
Rene Simons
NT14.14

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: EmailParametersGroup
« Reply #3 on: August 17, 2010, 10:36:44 PM »
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


Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
Re: EmailParametersGroup
« Reply #4 on: August 18, 2010, 03:08:25 AM »
 :)
Rene Simons
NT14.14