> To display a MailItem, call the item's Display method. To get its Inspector
> call its GetInspector method.
>
> --
> Viele Gruesse / Best regards
> Michael Bauer - MVP Outlook
> Quick-Cats - The most effective way to assign Outlook categories:
>
http://www.shareit.com/product.html?productid=300120654&languageid=1> (German:
http://www.VBOffice.net/product.html?pub=6)>
> Am 21 Mar 2007 16:05:30 -0700 schrieb lsmira...[ at ]gmail.com:
>
> > Hi,
>
> > I have the from/to/body/etc fields of an email as individual strings.
> > I would like to recreate the mail item and provide it to the user as
> > an inspector window (that has 'reply'/reply to all/forward as the
> > inspector window, similar to double clicking on an existing email in
> > your inbox)...
>
> > I can construct a mail item, but the 'FROM' field is read only... so i
> > have a feeling i may need to tweak the inspector window...
>
> > I was thinking to intercept the inspector upon creation, set its
> > current item to my mailitem, and modify the FROM field in the actual
> > inspector window.. Are there any examples of how to modify these
> > fields? Is this field even modifyable in the inspector window?
>
> > any help appreciated, including what properties i should be looking at
> > related to inspector windows...
>
> > thanks!
>
> > Luis