Use the MailIterm.Sent property.
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"JIGNESH" <(E-Mail Removed)> wrote in message
news:34044D5E-1038-4362-ABA5-(E-Mail Removed)...
> Hi
> Initially I thought in NewInspector event
> if EntryID == null then consider it as a new mail and Inspector window
> gets opened in Edit mode.
>
> But its not always fact, if i doubleClick on mail item from Outbox or Sent
> folder it does have EntryID and Inspector window gets opened in Edit
> mode.
>
> So just checking for EntryID == null will not work.
>
> What is the correct way to identify. Is mail is opened in EDIT mode.?
>
> - Regards