Reception..::..LinkEmail Method (EmailAccount, String, String, String, String, String, DataManager)
Sends the template mail.
Namespace:
FLEXYGO.MailsAssembly: flxMail (in flxMail.dll)
Syntax
public static bool LinkEmail( EmailAccount EmailAccount, string MessageId, string Objectname, string ObjectId, string FolderId, string UserId, DataManager dm )
Public Shared Function LinkEmail ( _ EmailAccount As EmailAccount, _ MessageId As String, _ Objectname As String, _ ObjectId As String, _ FolderId As String, _ UserId As String, _ dm As DataManager _ ) As Boolean
Parameters
- EmailAccount
- Type: FLEXYGO.Security..::..EmailAccount
The email account where the email is stored
- MessageId
- Type: String
Unique identifier of email
- Objectname
- Type: String
Object to link the email.
- ObjectId
- Type: String
Key identifier of email.
- FolderId
- Type: String
Database folder to store email.
- UserId
- Type: String
Owner of email.
- dm
- Type: FLEXYGO.Data..::..DataManager