Functions.NNTPSendMail 方法 | |
命名空间:
VOInternetClasses
程序集:
VOInternetClasses (在 VOInternetClasses.dll 中) 版本:2.22 GA
语法 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
)
查看代码参数
- cServerIP
- 类型:String
- cNewsGroups
- 类型:String
- cMailSubject
- 类型:String
- cBody
- 类型:String
- cFromAddress
- 类型:String
- xAttachFile
- 类型:__Usual
- cFromName
- 类型:String
返回值
类型:
Boolean参见