Click or drag to resize
CINTERNETSendMail Method
Prepaire an email for the user.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Requires a MAPI complient mail system to be installed on the client machine.
Syntax
public static void SendMail(
	CGXNETCore gxNetShared,
	string recipient,
	string p2,
	string p3,
	string p4,
	string p5,
	string p6,
	string p7,
	string p8
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
recipient
Type: SystemString
Recipient Name ("" for none)
p2
Type: SystemString
Recipient Address ("" for none)
p3
Type: SystemString
szSubject ("" for none)
p4
Type: SystemString
Message Text ("" for none)
p5
Type: SystemString
Attachment1 File Name ("" for none)
p6
Type: SystemString
Attachment1 User Name ("" for none)
p7
Type: SystemString
Attachment2 File Name ("" for none)
p8
Type: SystemString
Attachment2 User Name ("" for none)
See Also