is there a way to set an attached task to an task item instead ofan attachmentitem?

  • Thread starter Thread starter David Schwab
  • Start date Start date
D

David Schwab

I'am recieving mails with attached task to it. I would like to read out
the task properties by code. Is there any way to to that without having
to save the task and reimport it?

If I click on the task I can access it, so there must be a way to do
that in code. Any suggestions.
Thank you a lot
DavidI'am recieving mails with attached task to it. I would like to read out
the task properties by code. Is there any way to to that without having
to save the task and reimport it?

If I click on the task I can access it, so there must be a way to do
that in code. Any suggestions.
Thank you a lot
David
 
Am Wed, 11 Oct 2006 22:20:47 +0200 schrieb David Schwab:

Via Outlook object model there´s no way, but you can do that with Redemption
(www.dimastr.com): Its Attachment and RDOAttachment objects both have an
EmbeddedMsg property.
 
Back
Top