Author |
|
AIWEB Groupie
Joined: 19 October 2010 Location: United States
Online Status: Offline Posts: 54
|
Posted: 09 March 2011 at 12:37pm | IP Logged
|
|
|
I was wondering if there is any way of tweaking the API Method that points you to compose message, of
accepting an address book id or email to populate the TO: input.
This would be way useful when integrating into another application that supports some sort of CRM or
something as mine does.
Maybe a new feature for future releases?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 10 March 2011 at 1:53am | IP Logged
|
|
|
Have checked this with the developers. The following approach used in login-to-account.php should work:
Code:
$oApiWebMailManager->JumpToWebMail(
'../webmail.php?check=1&start=1&to=test@domain.com'); |
|
|
We're aware of the issue which occurs when you get back to messages list from compose screen opened this way, it will be
fixed in next product build.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
AIWEB Groupie
Joined: 19 October 2010 Location: United States
Online Status: Offline Posts: 54
|
Posted: 10 March 2011 at 7:54am | IP Logged
|
|
|
Fantastic. That will work perfectly.
|
Back to Top |
|
|