Subscribe a for signing a document

N

NilovSerge

Hallo,
1. I have a task to write subscribe a for signing a document. So fiv
or six managers have in turn to get a mail
and to sign it(then a mail will be send ONLY to the next manager in th
list of managers) or deny the
document and then all the managers have get a mail that then documen
was denied. Maybe in the NET there are
examples of such a task? I have already done the biggest part of thi
task. But it will be very
interesting to see some examples of such a task, as I am a new i
OutLook VBA.
2. For this I need programmatically set address of a man, for who
the mail is sent and not to permit user to enter
field "To" . So I have to get access to TextBox "To" and command Butto
"ToButton". Something like:
ToButton.Enabled = false
To.Enabled = false
To.Value = "Some mail"
How can I do this?
Item.GetInspector.ModifiedFormPages works only user pages as
understand
 
Top