Click or drag to resize

SMTPSendMail Function

X#

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

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

Parameters

cServerIP
Type: String
cMailSubject
Type: String
xDestUser
Type: Usual
xCCUser
Type: Usual
cBody
Type: String
cFromAddress
Type: String
xAttachFile
Type: Usual
cFromName
Type: String
xBCCUser
Type: Usual
cCargo
Type: String

Return Value

Type: Logic
See Also