how to send a new task via SMTP to outlook

M

Micha Brans

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?
 
M

Milly Staples [MVP - Outlook]

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?
 
Top