How can I get information from a composed email

T

Tim

Hi everyone,

I set a button when I create(compose) a new email.
I want to get information (etc,subject,body) from a composed email when I
click the button.

I declare a variable
Public m_MailItem As Outlook.MailItemClass

It will point the newest mailitem. However I found it is not a good idea.

Because I'm typing a email if I received a email. The m_mailitem will points
the received email. Because the received email is the newest one now.

Who can give me some ideas? so I can get the right email subject if I click
the button when I am composing a email.
 
M

Michael Bauer

Am Thu, 1 Sep 2005 22:06:03 -0700 schrieb Tim:

Tim, where and how do you set the variable?
 
Top