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