how do i find type of mail opened?

  • Thread starter Thread starter hillah
  • Start date Start date
H

hillah

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/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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top