Chris Boget wrote:
> I've done some searching on Google but haven't been able to come up with
> anything helpful.  Has anyone on the list done any work on sending an
> Outlook Task as part of an email?  Or does anyone know of a good
> resource that shows how this can be done?  I'm going to be using PHP's
> mail() to actually send and I'm familiar with attaching files to such
> emails but I'm just not sure how a task can be attached.

While I've not looked into it myself, I'd imagine it is just a VCALENDAR
attachment with the correct (or perhaps M$ bastardised) MIME type.

If you have an IMAP server you can use, send the mail to Outlook and
drag the message to the IMAP server then use the shell or e.g.
Thunderbird to look at the Message Source that Outlook inexplicably
keeps so secret and guarded from you!! It should be obvious from that
how to copy it (unless it's wrapped up in the evil package of a
"winmail.dat" file - eugh TNEF sux soooo bad)

Col.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to