Hi,
I'm sorry for the delay.. We were checking some possibilities and it seems the only way would be to use the approach described in the blogpost (you've mentioned in the other discussion) -
on ahmedblog.comThat code uses standard .net (System.Net.Mail)
MailMessage, that can be sent through our
EmailProvider, using method
SendEmail.
Currently, it is not possible to send such email using our EmailQueue or managed email system, because we use our EmailMessage class that doesn't allow setting the content type to text/calendar and using AlternateView class...
Direct emails based on MailMessage should work. In case you want to send huge amount of meeting request emails at once, please try to optimize the code to avoid any lockdowns or similar issues.
Best regards,
Zdenek