DoSendMail Function | |
Namespace:
XSharp.VO
Assembly:
XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax FUNCTION DoSendMail(
hWndOwner AS IntPtr,
cFiles AS STRING,
fAsynchWork AS LOGIC
) AS VOID
public static void DoSendMail(
IntPtr hWndOwner,
string cFiles,
bool fAsynchWork
)
Request Example
View SourceParameters
- hWndOwner
- Type: IntPtr
- cFiles
- Type: String
- fAsynchWork
- Type: Logic
Return Value
Type:
See Also