.NET control Outlook forms?

M

Mahesh Rao

I have implemented custom form in Outlook. It iterates lot of loops to
load number of controls based on data in Exchange store and load values
to those controls. This is taking nearly 30secs to load on a client
machine and abt 20 secs on server machine.
I want to control the data and controls and their properties from
CSharp. I want to do this for following reasons:
1. using .NET remoting, the iterations with database happen at server
end, with only one request from Client. This will process quicker. This
is working fine.
2. Facing problems to interpass the huge data data from CSharp to
Outlook form. The script in the form runs to generate the controls. this
is tough.

Hence I want to control the Form and its data, controls and properties
from CSharp. Can this be done?
Please pass on some helping links and examples.

thanks in advance,
Mahesh

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top