Click or drag to resize

CINTERNETSendMail Method

Prepaire an email for the user.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void SendMail(
	CGXNETCore gxNetShared,
	string recipient,
	string p2,
	string p3,
	string p4,
	string p5,
	string p6,
	string p7,
	string p8
)

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)
Remarks
Requires a MAPI complient mail system to be installed on the client machine.
See Also