Alternatively you could create a .NET facade for the Exchange Server functionality you want to access from Flex and expose it as plain C# or VB.NET objects using WebORB for .NET. Your Flex client would access the exposed .NET destinations using RemoteObject. This approach would save you a lot of time and alleviate from messing with XML generation/parsing.
Cheers, Mark --- In [email protected], "Nick Collins" <[EMAIL PROTECTED]> wrote: > > I'm sure it would be very possible. However, you need to remember that > Flex/Flash does not have any data connectivity in and of itself. It needs > that middle logic tier to handle that communication. Therefore, you could > pretty easily write your .Net code to do that, then use Web Services, or > just having it generate XML and using HTTPRequest to get your data into your > Flex frontend. > > On 9/22/06, Mike Anderson <[EMAIL PROTECTED]> wrote: > > > > Greetings All, > > > > I am not trying to reinvent the wheel, and create another Contact > > Manager - since Outlook combined with Exchange Server, has over 90% of > > what everybody needs to manage their e-mail and contacts. > > > > However, it would be SO nice to have the ability to create custom > > screens within a Flex Application, that contains data which resides on > > the Exchange Server. > > > > Within the company I work for, there are 7 other sub-companies that work > > underneath the main umbrella company. All our employees have multiple > > roles, and must manage products & services across all the other > > companies. > > > > What we do, is just have multiple identities (e-mail aliases) for our > > users, so that way we can have a single Mail Server with 1 mail store. > > > > For each unique Flex App that I write, it would be so wonderful to pull > > in e-mail & contacts into the application. I know that Microsoft has > > some API's that software developers can hook into - and that it's a > > piece of cake, if you wanted to use .NET or some other MS Technology. > > > > What about a Flex App though? Does anybody have any ideas on how to > > communicate with an Exchange Server? > > > > If anybody has experience in this area, or some sample apps that > > demonstrate this functionality firsthand, I'd be very appreciative. > > > > Thanks! > > > > Mike > > > > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

