Re: How to find deleted Contacts and appointments & task folder properties



Hello,

answers inline.

1) I am using WebDav to access and update contacts and appointments. I
wanted to find out if there is a way to find the items that the user
has deleted in exchange. Are these stored some where or is there a
property that i can access. I am looking for items that a user might
have deleted on exchange since the last sync.

If the user deleted the items by removing them, those deleted items will end
up in the recycle bin. On the other hand, if he did a hard-delete (shift-del
in outlook), those items will remain as deleted items in the folder for 30
days by default (this can be configured on a per-folder base on the server).

For the latter case see
http://www.infinitec.de/articles/exchange/recoverdeleteditems.aspx.

2) I am trying to create Tasks using WebDav, i cannot find any task
properties on MSDN not even the start date and end date. Anybody knows
where i can find the content classes for tasks. Using the appointment
properties doesnt work.

Managing tasks without using the Outlook object model is a completely
unsupported task. That said, you can find most of the properties at
http://www.cdolive.com/cdo10.htm.

Greetings,
Henning Krause


.



Relevant Pages

  • Re: SMTP Address through MAPI
    ... That property isn't available from the Outlook object model. ... Delphi only) or Redemption to find the correct SMTP address. ... You would iterate the Variant array that is returned by that property and look for one that begins with "SMTP:", that indicates the default SMTP address for that Exchange distinguished name. ...
    (microsoft.public.office.developer.com.add_ins)
  • Re: Determining the account of an email
    ... The receiving email address is not exposed in the Outlook object model, it's available in lower level API's such as CDO 1.21 or Extended MAPI or Redemption as PR_RCVD_REPRESENTING_EMAIL_ADDRESS at property tag 0x0078001E. ... If Exchange is the receiving account the result would be an Exchange DN, ...
    (microsoft.public.outlook.program_vba)
  • Re: Trusted Outlook Application Object
    ... Any suggestions about how I can quickly implement a COM addin in my Exchange ... Client Extension? ... > allow the program to access the Outlook Object Model object. ...
    (microsoft.public.win32.programmer.messaging)
  • Re: Converting EML files to MSG files with code
    ... Theres a Ex-Mapi sample in this KB http://support.microsoft.com/?kbid=171907 ... Or you need to look at using the Outlook Object Model and use Item.SaveAs ... > project between Exchange and SPS. ... Is there any API or code sample. ...
    (microsoft.public.exchange2000.development)
  • Rendering HTML e-mail
    ... We receive a daily e-mail from a news source in HTML that ... As soon as we took Exchange 5.5 out the ... HTML attachments. ... How do you force Ex2K to place the content inline rather ...
    (microsoft.public.exchange.setup)