how to send a new task via SMTP to outlook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm searching for a way to send a outlook task via SMTP.

We are using a planning tool I wrote in PHP. It is installed on a Linux
machine using Apache, PHP and MySQL.
I'm able to send e-mails from the cripts, but need to be able to send a new
task from this script to an outlook/exchange mailbox. This task should be
displayed in the task list of the receiver.

Is there a way to do this and if yes, can anybody give me some hints/tricks
to solve this problem?
 
Tasks must be sent in Outlook Rich Text format in order to show up as a
task. Unless your app supports RTF, you cannot do this.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. Due to
the (insert latest virus name here) virus, all mail sent to my personal
account will be deleted without reading.

After furious head scratching, Micha Brans asked:

| Hi,
|
| I'm searching for a way to send a outlook task via SMTP.
|
| We are using a planning tool I wrote in PHP. It is installed on a
| Linux machine using Apache, PHP and MySQL.
| I'm able to send e-mails from the cripts, but need to be able to send
| a new task from this script to an outlook/exchange mailbox. This task
| should be displayed in the task list of the receiver.
|
| Is there a way to do this and if yes, can anybody give me some
| hints/tricks to solve this problem?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top