Hi,
I want to send a request meeting by using Aspose.Network.
In my code, I set the organizer to one person. That person receive the request meeting, but he can't modify it, he can't see the tab "Tracking" in outlook.
Do you have a solution to do it correctly ?
aspose.Appointment app = new aspose.Appointment("Room Zivago", new DateTime(2010, 04, 15, 15, 15, 15),
new DateTime(2010, 04, 15, 16, 15, 15),
"hp@test.com", msg.To);
Best regards,
Thank you very much