Click or drag to resize

NNTPSendMail Function

X#

Namespace:  VOInternetClasses
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
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