Hello,
I have a code that changes the subject of a meeting only for the organizer. In order not to send an meeting update email to all attendees I save the meeting with:
app.Update(ConflictResolutionMode.AlwaysOverwrite, SendInvitationsOrCancellationsMode.SendToNone);
Is there a way to update the meeting subject also for all the attendees without sending an email to them?
Kind Regards
Ioannis