Hi,
I am using below code:
Redemption.RDOAppointmentItem objAppointment;
Redemption.RDORecurrencePattern objRecurrence;
objAppointment = (Redemption.RDOAppointmentItem)p_objDestFolder.Items.Add( p_objDestFolder.DefaultItemType);
objAppointment.OptionalAttendees = "[email protected]";
objAppointment.RequiredAttendees = "[email protected];
objAppointment.Save();
But above code not adding contact into Caledar.
Can anyone help me out in it.
Regards,
Saggy