PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming how do i find type of mail opened?

Reply

how do i find type of mail opened?

 
Thread Tools Rate Thread
Old 14-12-2005, 09:11 AM   #1
hillah@gmail.com
Guest
 
Posts: n/a
Default how do i find type of mail opened?


Hi,
I want to be able to know if the current mail item that was opened was
opened as reply/forward or regular opening..
How do i do this?
Thanks,
Hilla

  Reply With Quote
Old 06-02-2006, 08:13 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: how do i find type of mail opened?

Reply/forward:
Size = 0
Subject <> ""
Sent = False

New message
Size = 0
Subject = ""
Sent = False

Saved draft
Size > 0
Sent = False

Received message
Size > 0
Sent = True

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


<hillah@gmail.com> wrote in message news:1134551504.652868.276410@f14g2000cwb.googlegroups.com...
> Hi,
> I want to be able to know if the current mail item that was opened was
> opened as reply/forward or regular opening..
> How do i do this?
> Thanks,
> Hilla
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off