Setting "Initial Value" for a given field

P

Peter Theill

Is is possible, through the Outlook DOM, to set the "Initial value" for
a field? I can't see a way to do this.

I'm thinking something like this:

Item.GetInspector.ModifiedFormPages("MyTab").
Controls("MyControl").InitialValue = "[Start] - [End]"

Any ideas?
 
Top