Engine_Database.Log_Sent_Email Method
Log the fact an email was sent via a different system than the databse mail
Namespace: SobekCM.Engine_Library.DatabaseAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static bool Log_Sent_Email(
string Sender,
string RecipientList,
string SubjectLine,
string EmailBody,
bool IsHtml,
bool IsContactUs,
int ReplyToEmailID
) |
Parameters
- Sender
- Type: System..::..String
Name of the sender indicated in the sent email
- RecipientList
- Type: System..::..String
List of recepients, seperated by a semi-colon
- SubjectLine
- Type: System..::..String
Subject line for the email to log
- EmailBody
- Type: System..::..String
Body of the email to log
- IsHtml
- Type: System..::..Boolean
Flag indicates if the email body is HTML-encoded, or plain text
- IsContactUs
- Type: System..::..Boolean
Flag indicates if this was sent from the 'Contact Us' feature of the library, rather than from a mySobek feature such as email your bookshelf
- ReplyToEmailID
- Type: System..::..Int32
Primary key of the previous email, if this is a reply to a previously logged email
Return Value
Type:
Boolean TRUE if successful, otherwise FALSE
Remarks
See Also