Recent content by savvaskef

  1. S

    how to access the properties of a contact given distlist.member object

    I have some code that retrieves all distlists from outlook.Then I want to access the fullname and the email of the member from contactitems. How is that supposed to be done for I reckon that it should be possible. maybe the EntryID property can point to thw write answer... yet I am open to any...
  2. S

    how to set user properties to a newly created appointment

    ...but there's a but here:How can you handle exceptions?deleted,moved,updated? what can you do to copy these items?
  3. S

    how to set user properties to a newly created appointment

    I thought it would be a good idea to post the select statement I implemented for fellow posters to see (in a nutshell you just forgot the interval property) but it is better for viewers to see the whole picture: Set primarycalendar =...
  4. S

    how to set user properties to a newly created appointment

    thnx diane, the RecurrencePattern properties did the job for me. I just have to add a switch case statement for the different properties for each RecurrenceType. I do not know why I did not test that. I guess I was pessimistic by the different settings for each recurring appointment not knowing...
  5. S

    how to set user properties to a newly created appointment

    supposefully, if I wanted to copy recurrences (with any kind of rec.pattern and with all of their exceptions:some deleted, some with userproperties changed).is there a possible way to do such a thing?the error seems to be the same (I do not want to copy or move appointments around since the...
  6. S

    how to set user properties to a newly created appointment

    thnx a lot diane, Maybe my head is skipping properties of the outlook object model.What should I say?I am a bit spoiled by c# where types are explicit.thnx again
  7. S

    how to set user properties to a newly created appointment

    Here, I am trying to clone recurring appointments to a new calendar which has additional userproperties but I get a Run-time error '-2147417848(80010108)': Automation error The object invoked has disconnected from its clients error when 1)setting a user property 2)set the recurrencepattern...
  8. S

    my vbscript button1_click code works on appointment created but not on opening an existing apntmn

    not realy, I just think that ms-office 2010 is 32-bit on both computers while the OS is 32-bit where it works and 64-bit where it doesn't.Still it's strange:it only runs once
  9. S

    my vbscript button1_click code works on appointment created but not on opening an existing apntmn

    on second thought :do you have any suggestions now (on how to fix it for any installation)
  10. S

    my vbscript button1_click code works on appointment created but not on opening an existing apntmn

    *sigh* I found out that the problem is computer-specific...in other installations it works...sorry for your time...you may erase this thread
  11. S

    my vbscript button1_click code works on appointment created but not on opening an existing apntmn

    I do not understand how email settings interact with my class of itmes which is .appointment and they are associated to custom calendars. I don't know how to make them shared but for now they don't seem to execute the vbs even when the checkboxes are checked. I do not have calculated fields...
  12. S

    my vbscript button1_click code works on appointment created but not on opening an existing apntmn

    pleas guide me to the proper security settings. if there are more to it all Macros are activated without prompt applying security settings to addins is checked what else?
  13. S

    my vbscript button1_click code works on appointment created but not on opening an existing apntmn

    Well, The form appears both on calendar properties(IPM.Appointment.Nickname) and inside an appointment (P.2.). When creating an appointment the code runs,controls show,custom fields store value... When opening an existing form controls work values are stored but the code does not run...not a...
  14. S

    my vbscript button1_click code works on appointment created but not on opening an existing apntmn

    however when I check the "all the fields" tab I can see the fields used in the form when I select esoda for display...when I select appointment fields the message class is 'IPM.appointment'. does it have anything to do with that?
  15. S

    my vbscript button1_click code works on appointment created but not on opening an existing apntmn

    a vsto addin when opened for the first time publishes the form and associates it with a calendar.the message class is there ... changed to the nickname I gave it : esoda which stands for revenue and the form is there in place of 'P.2.'
Back
Top