I have tried to embed the icalendar code in a email to be sent via indy with a content type text/calendar but it just hangs on the encoding of the email when I add as an attachment it just arrives as an attachment and does not prompt as other calendar request do. Has any one got example code of how to do calendar requests via indy?
|
feedback
|
|
Here is an alternative to RRUZ's example:
| |||||||||||
feedback
|
|
@David, the email client will recognize as a calendar request the attachment if you set the property to see this sample code (tested en Delphi 2010)
| ||||
|
feedback
|
|
Thanks for that. I run you example code to get started, but I will eventually need to embed the request in an email because I have a windows service that periodically sends emails and I would rather have the service not create a temporary file because of its work load (200+ users of the system sending out orders. BTW not spam or bulk mail just high service requests). | |||||
feedback
|