Click here to Skip to main content
16,004,833 members
Home / Discussions / C#
   

C#

 
GeneralSystem information question Pin
Vodstok16-Nov-04 3:02
Vodstok16-Nov-04 3:02 
GeneralRe: System information question Pin
Skynyrd16-Nov-04 3:12
Skynyrd16-Nov-04 3:12 
GeneralC# Socket Problem Pin
bbg16-Nov-04 1:40
bbg16-Nov-04 1:40 
GeneralRe: C# Socket Problem Pin
Daniel Turini16-Nov-04 5:55
Daniel Turini16-Nov-04 5:55 
GeneralGetting data from an array of objects Pin
ma.poggi-cons16-Nov-04 1:33
ma.poggi-cons16-Nov-04 1:33 
GeneralRe: Getting data from an array of objects Pin
Utku KAYA16-Nov-04 6:00
Utku KAYA16-Nov-04 6:00 
GeneralRe: Getting data from an array of objects Pin
ma.poggi-cons16-Nov-04 21:36
ma.poggi-cons16-Nov-04 21:36 
Generaloutlook appointment conflicts Pin
palaga15-Nov-04 22:36
palaga15-Nov-04 22:36 
Hi, I've developped a small tool that add appointments in outlook 2003 calendar. My problem is that I can't detect appointment conflicts...
here is my code :

connect to outlook
create a new appointment :
Outlook.AppointmentItem appointment = (Outlook.AppointmentItem)applicationObject.CreateItem Outlook.OlItemType.olAppointmentItem);
fill-in appointment fields (start / end time, subject, alldayevent=true, reminderset=false, busystatus=outofoffice)
then i do a 'save' on the appointment, and then look at the conflicts list of my appointment:
appointment.Save();
Outlook.Conflicts itemConflicts = appointment.Conflicts;
if (itemConflicts.Count > 0)

this check is never raised, even if my appointment is in conflict with another appointment the same day.
What should I do to have those conflicts detected as soon as I save my appointment (or even before I save it ??)

Thanks for your help


GeneralProblem related to libraries Pin
paresh_vs15-Nov-04 22:06
paresh_vs15-Nov-04 22:06 
GeneralCom interop deployment Pin
skrishnasarma15-Nov-04 21:49
skrishnasarma15-Nov-04 21:49 
General.net realproxy as router Pin
rana7415-Nov-04 21:16
rana7415-Nov-04 21:16 
GeneralRemoting Pin
Gavin Jeffrey15-Nov-04 20:54
Gavin Jeffrey15-Nov-04 20:54 
GeneralRe: Remoting Pin
Stefan Troschuetz16-Nov-04 1:22
Stefan Troschuetz16-Nov-04 1:22 
GeneralRe: Remoting Pin
Skynyrd16-Nov-04 3:28
Skynyrd16-Nov-04 3:28 
Generalabout "\n" in resource Pin
azusakt15-Nov-04 19:31
azusakt15-Nov-04 19:31 
Generalproblem with System.Web.Mail.MailMessage (html format) Pin
Nathan Ridley15-Nov-04 16:14
Nathan Ridley15-Nov-04 16:14 
GeneralRe: problem with System.Web.Mail.MailMessage (html format) Pin
benjymous16-Nov-04 6:03
benjymous16-Nov-04 6:03 
GeneralSynchronizer Pin
velkropie15-Nov-04 16:02
velkropie15-Nov-04 16:02 
GeneralRe: Synchronizer Pin
Utku KAYA15-Nov-04 22:01
Utku KAYA15-Nov-04 22:01 
QuestionClose all Child Form ??? Pin
npqk15-Nov-04 14:05
npqk15-Nov-04 14:05 
AnswerRe: Close all Child Form ??? Pin
Christian Graus15-Nov-04 14:09
protectorChristian Graus15-Nov-04 14:09 
AnswerRe: Close all Child Form ??? Pin
Skynyrd15-Nov-04 23:22
Skynyrd15-Nov-04 23:22 
GeneralBulk Load from C#--Interop Problems Pin
perlmunger15-Nov-04 11:41
perlmunger15-Nov-04 11:41 
GeneralRe: Bulk Load from C#--Interop Problems Pin
Nick Parker15-Nov-04 16:59
protectorNick Parker15-Nov-04 16:59 
GeneralP2P Connection Manager and Connecting the Peers Pin
mkushner15-Nov-04 11:15
mkushner15-Nov-04 11:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.