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