I use MLO daily, but still don't understand why the program doesn't
allow the ability to send tasks via email/ outlook to people for
reminders and follow up. Is this feature going to be incorporated in
MLO 4.0?
In the meantime, I'm close to a solution with AHK, but I'm really a
rookie with AHK. The below solution works with some tasks with simple
notes, but it does not work with some tasks and task notes with
special characters or if the notes are too lengthy. Can someone help
me to improve or fix my script?
Thank you,
Ty
#m:: ;Win m Activates
;email
DetectHiddenWindows, On
SetTitleMatchMode, 2
IfWinActive, MyLife Organized
{
ControlGetText, task_name, TMemo1, A ; get the task name
ControlGetText, task_memo, TMyRichEdit1, A ; get the
task notes
}
FormatTime, MyStamp,,(yyyy-MMM-dd)
[email protected]
[email protected]
[email protected]
;xSubject=%task_name%
;xBody1=%task_memo%
Run, mailto:%xTo%&cc=%xCC%&bcc=%xBCC%&subject=%task_name%
%MyStamp
%&Body=%task_memo%
--
You received this message because you are subscribed to the Google Groups
"MyLifeOrganized" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mylifeorganized?hl=en.