Ask a questionAsk a question
 

General DiscussionWhere can I find properties name?

  • Thursday, November 05, 2009 3:17 PMBingYu Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi there,

    I am implementing an application to synchonize Outlook calendar with another application. I am using MAPI33 to read all info from Exchange server. I can get properties by using GetProps function. But I don't know all parameter names for this function. like Tags.PR_SUBJECT for the subject of appointment, what is for GlobalObjid, RequiredAttendees... Where can find all name list?

    Thanks

All Replies

  • Monday, November 09, 2009 5:11 AMBessie ZhaoMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hello,

    GetProperties method is exposed by Outlook object model. You could get an Appointment item. Regarding the property you listed above, here are the associated properties of Appointment item [See: AppointmentItem Object Members], such as GlobalAppointmentID and RequiredAttendees.

    If want to access the properties not exposed by Outlook Object model, we could use PropertyAccessor.GetProperty or PropertyAccessor.GetProperties [PropertyAccessor.GetProperties Method and PropertyAccessor.GetProperty Method]. For the schema name, you could refer to this MSDN article: Referencing Properties by Namespace

    Here is a thread which may interest you: Get certificate from contact in outlook.

    If I have mistaken this scenario, please point me out,

    Best regards,
    Bessie

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
  • Friday, November 13, 2009 6:10 AMBessie ZhaoMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    We are changing the issue type to "General Discussion" because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to "Question" by opening the Options list at the top of the post window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.