Hook request in Class FormEmailMessageEdit
Posted: Fri Aug 30, 2019 12:43 pm
Hello,
could you please add a hook (addCode) in FormEmailMessageEdit to the most oldest possible release.
Should be at the end of this method:
code should be added after:
on line: 605
new hook:
Thank you
could you please add a hook (addCode) in FormEmailMessageEdit to the most oldest possible release.
Should be at the end of this method:
Code: Select all
private void FormEmailMessageEdit_Load(object sender, System.EventArgs e) { Code: Select all
Cursor=Cursors.Default;new hook:
Code: Select all
Plugins.HookAddCode(this, "FromEmailMessageEdit_Load_end", _emailMessage, emailPreview);