How to get custom form data

N

Nir

Hi,

I have created custom form and display it this way:

Outlook.MAPIFolder folder =
application.ActiveExplorer().CurrentFolder;
Outlook.MailItem item = (Outlook.MailItem)folder.Items.
Add ("IPM.Note.myForm);
item.Display(false);

Now, After my Custom form is shown how can I get its data?
(Textbox and etc)

Thanks.
 

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