Help wanted : "state" of body field

M

Marc Mendez

Hi,

I made a macro in Outlook that must be run ONLY if the mail is currently in
"reply" mode.
So, is there a way to determine this state, or simply, to check if the body
item is editable or not ?

Thanks for your help !
 
S

Sue Mosher [MVP-Outlook]

Check the value of the Sent property. If it's False, you're working with a new item that has not yet been sent and so is editable.
 
M

Marc Mendez

That's an interesting solution :))

Thanks !
"Sue Mosher [MVP-Outlook]" <[email protected]> a écrit dans le message
de Check the value of the Sent property. If it's False, you're working with a
new item that has not yet been sent and so is editable.
 
Top