NNTPSendMail Function | |
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
public static bool NNTPSendMail(
string cServerIP,
string cNewsGroups,
string cMailSubject,
string cBody,
string cFromAddress,
Usual xAttachFile,
string cFromName
)
Request Example
View SourceParameters
- cServerIP
- Type: String
- cNewsGroups
- Type: String
- cMailSubject
- Type: String
- cBody
- Type: String
- cFromAddress
- Type: String
- xAttachFile
- Type: Usual
- cFromName
- Type: String
Return Value
Type:
LogicSee Also