How to control the time to show the "compose page" or "read page"?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created and published a outlook form on a folder,when a checkbox "submit"
on it has not been selected, all the documents in this folder should be open
as "compose page", otherwise as "read page". but defaultly, all the docs are
opened as "read page". How to control it?

Thanks,
Gibson
 
Outlook controls it, not you. The user sees the compose layout when they create a new item or work with a draft message. Otherwise, they see the read layout. Plan your application accordingly.
 
A draft message is simply one that has been created but not yet sent.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
I've never tried. You'd certainly have to change the MessageClass from IPM.Post to IPM.Note, but I suspect it would appear as a sent message.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top