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