EmailSendEmail Method (String, String, String, String, String, Boolean, String, String, String, MailAttachment, String, Int32, String, String, Bool3, String, String, String) |
Namespace:
Scilligence.MolEngine.Companion
Assembly:
Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntaxpublic static bool SendEmail(
string[] receipts,
string[] cc,
string[] bcc,
string subject,
string body,
bool html,
string fromDept,
string fromEmail,
string signature,
MailAttachment attachment,
string mailserver,
int mailport,
string mailuser,
string mailpwd,
Bool3 mailssl,
string onbehalfof,
string onbehalfofemail,
out string error
)
Parameters
- receipts
- Type: SystemString
- cc
- Type: SystemString
- bcc
- Type: SystemString
- subject
- Type: SystemString
- body
- Type: SystemString
- html
- Type: SystemBoolean
- fromDept
- Type: SystemString
- fromEmail
- Type: SystemString
- signature
- Type: SystemString
- attachment
- Type: Scilligence.MolEngine.CompanionMailAttachment
- mailserver
- Type: SystemString
- mailport
- Type: SystemInt32
- mailuser
- Type: SystemString
- mailpwd
- Type: SystemString
- mailssl
- Type: Scilligence.MolEngine.CommonBool3
- onbehalfof
- Type: SystemString
- onbehalfofemail
- Type: SystemString
- error
- Type: SystemString
Return Value
Type:
Boolean
See Also