SeanJC
unread,Apr 17, 2008, 3:47:31 PM4/17/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Jamie is write in that you need to use the Microsoft Office interop.
Just thought I would point your in the right direction
1. make sure your reference the Office Interop in your web.config file
(you will need to add a reference to do this)
2. create the instance on the page along the lines of Dim
outlookobject as Microsoft.Office.Interop.Outlook.Application
Although you may want to look into create an instance of the mail
alert rule, it is something like NewItemAlertRuleAction.
So in short make sure your create the reference in your project, then
create the instance and call its methods.
Hope This Helps
Sean
http://notjustajax.blogspot.com/