appointment.Save(WellKnownFolderName.Calendar, SendInvitationsMode.SendToAllAndSaveCopy);
how to get the PR_SEARCH_KEY?
Appointment appointment = Appointment.Bind(service, new ItemId(gid));
how to bind by PR_SEARCH_KEY?
appointment.Save(WellKnownFolderName.Calendar, SendInvitationsMode.SendToAllAndSaveCopy);
how to get the PR_SEARCH_KEY?
Appointment appointment = Appointment.Bind(service, new ItemId(gid));
how to bind by PR_SEARCH_KEY?