 | 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
Syntaxpublic 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
)
Public Shared Sub SendMail (
recipient As String,
p2 As String,
p3 As String,
p4 As String,
p5 As String,
p6 As String,
p7 As String,
p8 As String
)
Public Shared Sub SendMail (
recipient As String,
p2 As String,
p3 As String,
p4 As String,
p5 As String,
p6 As String,
p7 As String,
p8 As String
)
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
)
static member SendMail :
recipient : string *
p2 : string *
p3 : string *
p4 : string *
p5 : string *
p6 : string *
p7 : string *
p8 : string -> unit
static member SendMail :
recipient : string *
p2 : string *
p3 : string *
p4 : string *
p5 : string *
p6 : string *
p7 : string *
p8 : string -> unit
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