display an email

  • Thread starter Thread starter cyan21
  • Start date Start date
C

cyan21

hello,

I would like to see emails I received with Outlook.
I used the method 'Display' but I can modify the fields.
So my question is : "Is it possible to 'lock' all the field of an email
when I display it".

thanks in advance.

yann
 
There isn't a "read-only" mode for opening Outlook items, you'd have to use
code to try and lock down changes from being written for the item.
 
Not possible to have what window? You were asking about locking an item as
it's opened, which you'd have to do in your own code.
 
In fact, when you read a received email, the addresses'field, Cc's
field,.... can't be modified( in read only mode ). I tried to open a
similar window. As I didn't find it, I wanted to use the display method
on an email and lock all fields.
 
cyan21 said:
In fact, when you read a received email, the addresses'field, Cc's
field,.... can't be modified( in read only mode ). I tried to open a
similar window. As I didn't find it, I wanted to use the display
method on an email and lock all fields.

Please quote the post you are replying to even if you ARE posting from
googlegroups - this is a public Usenet Newsgroup.

Thank you.
 
cyan21 said:
In fact, when you read a received email, the addresses'field, Cc's
field,.... can't be modified( in read only mode ). I tried to open a
similar window. As I didn't find it, I wanted to use the display
method on an email and lock all fields.

Ok I found out how to make this. I didn't know the behavior of the
method 'display' was different when creating and reading
 
Back
Top