J
Joe
Hi all,
i have a requirement to create an Appointment item as a Meeting Item
with an Attendee and it should be in the Meeting accepted state. thats
while deleting or moving it the the Attendee should be notified
automatically.
now the problems i face is .. Outlook is giving a ugly warning. saying
"A program is trying to Access your Contacts. allow it for 1 minute
etc.. " how could i avoid this..
then again if i create it will say .. "Invitations have not been send
for this meeting."
how do i manually set the send status..
to effect all these i ve the following code..
newAcceptedAppointmentItem.Recipients.Add("Attendee<[email protected]>");
newAcceptedAppointmentItem.MeetingStatus =
Microsoft.Office.Interop.Outlook.OlMeetingStatus.olMeeting;
newAcceptedAppointmentItem.ResponseRequested = false;
i m using c# ..
Please do help ..
thanks in advance..
Joe
i have a requirement to create an Appointment item as a Meeting Item
with an Attendee and it should be in the Meeting accepted state. thats
while deleting or moving it the the Attendee should be notified
automatically.
now the problems i face is .. Outlook is giving a ugly warning. saying
"A program is trying to Access your Contacts. allow it for 1 minute
etc.. " how could i avoid this..
then again if i create it will say .. "Invitations have not been send
for this meeting."
how do i manually set the send status..
to effect all these i ve the following code..
newAcceptedAppointmentItem.Recipients.Add("Attendee<[email protected]>");
newAcceptedAppointmentItem.MeetingStatus =
Microsoft.Office.Interop.Outlook.OlMeetingStatus.olMeeting;
newAcceptedAppointmentItem.ResponseRequested = false;
i m using c# ..
Please do help ..
thanks in advance..
Joe