Re:Send meeting requests for Outlook (via Indy?)
"Daniel Bauten" <
XXXX@XXXXX.COM>writes
Quote
But is there any way to send MEETING REQUESTS
for Outlook in Delphi apps?
Meeting requests are encoded as Transport Neutral Encapsulation Format
(TNEF) attachments. Indy does not support creating TNEF content at this
time. You will have to do that manually. Refer to MSDN for details on the
TNEF format:
Transport-Neutral Encapsulation Format (TNEF)
msdn.microsoft.com/library/en-us/mapi/html/ca148ec3-8586-4c74-8ff8-cd542256e385.asp
There are also third-party TNEF libraries available online.
However, once you have the suitable TNEF-encoded data, you can use Indy to
send it as an attachment like any other file.
Gambit