SMTPSendMail Function | |
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
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
public static bool SMTPSendMail(
string cServerIP,
string cMailSubject,
Usual xDestUser,
Usual xCCUser,
string cBody,
string cFromAddress,
Usual xAttachFile,
string cFromName,
Usual xBCCUser,
string cCargo
)
Request Example
View SourceParameters
- 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:
LogicSee Also