Click or drag to resize

NNTPSendMail Function

X#

[Missing <include> target documentation in 'M:VOInternetClasses.Functions.NNTPSendMail(System.String,System.String,System.String,System.String,System.String,XSharp.__Usual,System.String)'. File: 'Internet.xml' Path: 'doc/NNTPSendMail/*']

Namespace:  VOInternetClasses
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 FUNCTION NNTPSendMail(
	cServerIP AS STRING,
	cNewsGroups AS STRING,
	cMailSubject AS STRING,
	cBody AS STRING,
	cFromAddress AS STRING,
	xAttachFile AS USUAL,
	cFromName AS STRING
) AS LOGIC
Request Example View Source

Parameters

cServerIP
Type: String
cNewsGroups
Type: String
cMailSubject
Type: String
cBody
Type: String
cFromAddress
Type: String
xAttachFile
Type: Usual
cFromName
Type: String

Return Value

Type: Logic
See Also