A quick guess, which is right :)

getURL("outlook:\\\\tasks"); 


##OpenOutlookTasks.mxml##

<?xml version="1.0" encoding="iso-8859-1"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml";
width="600" height="600">
    <mx:Script>
        function openTask()
        {
            getURL("outlook:\\\\tasks");
        }
    </mx:Script>
    <mx:Button label="Open Tasks" click="openTask()"/>
</mx:Application>



-abdul

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of tony_lic
Sent: Tuesday, June 28, 2005 6:39 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Accessing local mail client from FLEX

Hi All,
  Is there any way to open an outlook task from flex application as we 
can open a new mail window by getURL(mailto).
with regards,
tony




--
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



 




--
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/

<*> 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/
 



Reply via email to