Hello all,
I have a requirement when I create a new appointment ,I need to send an evite to Microsoft outlook.
How do I capture the add appointment event on server side?Is there a way to integrate with Outlook.
Thanks
Hello ssvan,
Let me know if you have any further questions.
Hi Alex,
Thanks for replying.
Actually on appointment added event,how do I get the Activity ID from ActivityEventArgs?
I tried both of the following it gives me null.
Also in Appointment.aspx page,there is no Tab called "To" like outlook,wherein we can pull the email ids from the address book. How do we send appointment to multiple users?
{
//string st = e.Activity.DataKey.ToString();
}