Click or drag to resize

CINTERNETSendMail Method

Prepaire an email for the user.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void SendMail(
	string recipient,
	string p2,
	string p3,
	string p4,
	string p5,
	string p6,
	string p7,
	string p8
)

public static void SendMail(
	string recipient,
	string p2,
	string p3,
	string p4,
	string p5,
	string p6,
	string p7,
	string p8
)

Parameters

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