Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
NickyJ
Starting Member
46 Posts |
Posted - 2005-11-21 : 10:39:26
|
| Maybe more of an Outlook issue, but I have a SQL database with fields from another Email application, as in Subject, Body, From etc... Now I wish to import the information into MS Outlook, is this possible via an ActiveX script. Also need to import the attachments. Any advise greatly appreciated... |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2005-11-21 : 10:47:38
|
you can use CDO for this.make an app that gets the data from sqlserver and inserts it with cdo.Go with the flow & have fun! Else fight the flow |
 |
|
|
NickyJ
Starting Member
46 Posts |
Posted - 2005-11-21 : 10:55:06
|
| Any examples of CDO as this is new to me. |
 |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2005-11-21 : 11:05:46
|
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_cdoex_collaboration_data_objects.aspGo with the flow & have fun! Else fight the flow |
 |
|
|
|
|
|