Functions.DoSendMail 方法 | |
命名空间:
XSharp.VO
程序集:
XSharp.VO (在 XSharp.VO.dll 中) 版本:2.22 GA
语法 FUNCTION DoSendMail(
hWndOwner AS IntPtr,
cFiles AS STRING,
fAsynchWork AS LOGIC
) AS VOID
public static void DoSendMail(
IntPtr hWndOwner,
string cFiles,
bool fAsynchWork
)
查看代码参数
- hWndOwner
- 类型:IntPtr
- cFiles
- 类型:String
- fAsynchWork
- 类型:Boolean
返回值
类型:
参见