RE: [KCFusion] OT: Desktop automation text transfer

2003-08-27 Thread Keith Purtell
age- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Ellis, Randy > Sent: Wednesday, August 27, 2003 8:19 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [KCFusion] OT: Desktop automation text transfer > > > Try using VBA in Excel, Word, or poss

RE: [KCFusion] OT: Desktop automation text transfer

2003-08-27 Thread Ellis, Randy
Try using VBA in Excel, Word, or possibly Outlook. Excel Macro example: Sub GetEmails() Dim myApp As New Outlook.Application Dim myNS As NameSpace Dim myFolder As MAPIFolder Dim myItems As Items Dim intLoopCounter As Integer, Idx As Integer Set myNS = myApp.GetNamespace(

Re: [KCFusion] OT: Desktop automation text transfer

2003-08-26 Thread Girish_Kshirsagar
Keith, You may want to read more on the APIs for Outlook.  I am reasonably sure there is a way to interface with Outlook database and retrieve all of the its stored objects.  Once you can figure out how to access those objects you can do automation via say OLE (object linking and embedding) which