A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

ASP.Net custom form question for the experts



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 18th 07, 01:00 AM posted to microsoft.public.outlook.program_addins
Mike
external usenet poster
 
Posts: 332
Default ASP.Net custom form question for the experts

Hello. I am developing a beta version of an add-in which basically creates a
folder, associates a custom Add-In-Express form with that folder, and
displays the form via a custom command bar button. The function of the
add-in is basically to query a back-end and provide results in a grid, which,
when double clicked, open an Outlook message.

I would like to turn this app into a web application as opposed to an
add-in, and still run an add-in component that interacts with what the web
form pulls back from the back end. The web form can be hosted inside of
Outlook can it not? If I associate the custom folder's home page with my new
web application? Further, I would still need some Interop integration since
the web form would at some point need to pop up an address book (currently
done through Redemption). Can my site somehow still pop up the address book
in this same method? Or since it is server side now is there some other way?

Would what I'm describing here be out of the realm of a typical Outlook
add-in? I'd appreciate any opinions all of you might have. Thanks in
advance.

Ads
  #2  
Old October 18th 07, 08:50 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default ASP.Net custom form question for the experts

Server side won't cut it for Outlook code since Outlook is on the client and
you'd need to run your code client-side too. Usually for something like that
the addin connects to a Web service using SOAP. Otherwise your server would
have to download code to the client to run there.

Also, folder home pages do have restrictions for security reasons as to what
they can do. Some things like some ActiveX controls might be restricted from
running.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Mike" wrote in message
...
Hello. I am developing a beta version of an add-in which basically
creates a
folder, associates a custom Add-In-Express form with that folder, and
displays the form via a custom command bar button. The function of the
add-in is basically to query a back-end and provide results in a grid,
which,
when double clicked, open an Outlook message.

I would like to turn this app into a web application as opposed to an
add-in, and still run an add-in component that interacts with what the web
form pulls back from the back end. The web form can be hosted inside of
Outlook can it not? If I associate the custom folder's home page with my
new
web application? Further, I would still need some Interop integration
since
the web form would at some point need to pop up an address book (currently
done through Redemption). Can my site somehow still pop up the address
book
in this same method? Or since it is server side now is there some other
way?

Would what I'm describing here be out of the realm of a typical Outlook
add-in? I'd appreciate any opinions all of you might have. Thanks in
advance.


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Question on Custom Form and Protected Fields John Lane Outlook - Using Forms 1 April 27th 07 04:16 PM
OL2003 Custom Form Display Question H W Willis Outlook - Using Forms 1 January 25th 07 01:34 AM
Custom form design question Linn Kubler Outlook - Using Forms 7 January 24th 07 09:55 PM
Custom Form - Printing question Kryer Outlook - Using Forms 4 October 17th 06 07:03 PM
Another question about custom Meeting Request form ML Outlook - Using Forms 0 February 11th 06 05:17 PM


All times are GMT +1. The time now is 12:57 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.