i'm searching for a way to open an existing IMessage in Outlook, for
example an Appointment.
Is there a way to do this.
Or must i convert the IMessage to an AppointmentItem. If it is the
case then can you describe me how to do that.
Greets Hans
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Hans Schmidt" <suffp...@googlemail.com> wrote in message
news:28b7a260-b060-4951...@w19g2000yqk.googlegroups.com...
i think i have phrased it the wrong way. I'm searching for a method to
display
the IMessage. With a mailitem i would call Mailitem.Display(true). Is
there a possibility
to show the IMessage?
Greets Hans
On 29 Nov., 16:09, "Dmitry Streblechenko" <dmi...@dimastr.com> wrote:
> ConvertAppointmentItem.EntryID property from a hex strign to a binary array
> and use it to call IMAPISession::OpenEntry.
> To go the other way around, read PR_ENTRYID from IMessage, convert it to a
> hex string, call Namespace.GetItemFromID.
>
> --
> Dmitry Streblechenko (MVP)http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
> -"Hans Schmidt" <suffpor...@googlemail.com> wrote in message
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Hans Schmidt" <suffp...@googlemail.com> wrote in message
news:d852d894-3dd4-4939...@l13g2000yqb.googlegroups.com...